@timardex/cluemart-shared 1.5.563 → 1.5.564

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3653,9 +3653,9 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
3653
3653
  var UPDATE_MINI_QUIZ_MUTATION = gql34`
3654
3654
  mutation updateMiniQuizGame(
3655
3655
  $_id: ID!
3656
- $questions: [MiniQuizQuestionInputType!]!
3656
+ $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
3657
3657
  ) {
3658
- updateMiniQuizGame(_id: $_id, questions: $questions) {
3658
+ updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
3659
3659
  ...GameDocFields
3660
3660
  }
3661
3661
  }
@@ -4076,4 +4076,4 @@ export {
4076
4076
  useGetSchools,
4077
4077
  useGetSchool
4078
4078
  };
4079
- //# sourceMappingURL=chunk-EJSAMZ35.mjs.map
4079
+ //# sourceMappingURL=chunk-ORRYHPLO.mjs.map