@timardex/cluemart-shared 1.5.562 → 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.
@@ -3257,6 +3257,12 @@ var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = gql29`
3257
3257
  }
3258
3258
  ${MINI_QUIZ_ANSWER_FIELDS_FRAGMENT}
3259
3259
  `;
3260
+ var MINI_QUIZ_ANSWERED_QUESTION_FIELDS_FRAGMENT = gql29`
3261
+ fragment MiniQuizAnsweredQuestionFields on MiniQuizAnsweredQuestionType {
3262
+ questionId
3263
+ selectedAnswerId
3264
+ }
3265
+ `;
3260
3266
  var MINI_QUIZ_BASE_GAME_FIELDS_FRAGMENT = gql29`
3261
3267
  fragment MiniQuizBaseGameFields on MiniQuizBaseGameType {
3262
3268
  questions {
@@ -3270,14 +3276,14 @@ var MINI_QUIZ_GAME_DATA_FIELDS_FRAGMENT = gql29`
3270
3276
  gameFields {
3271
3277
  ...MiniQuizBaseGameFields
3272
3278
  }
3273
- quizInfo {
3274
- ...MiniQuizQuestionFields
3279
+ answeredQuestions {
3280
+ ...MiniQuizAnsweredQuestionFields
3275
3281
  }
3276
3282
  points
3277
3283
  streak
3278
3284
  }
3279
3285
  ${MINI_QUIZ_BASE_GAME_FIELDS_FRAGMENT}
3280
- ${MINI_QUIZ_QUESTION_FIELDS_FRAGMENT}
3286
+ ${MINI_QUIZ_ANSWERED_QUESTION_FIELDS_FRAGMENT}
3281
3287
  `;
3282
3288
  var GAME_HISTORY_FIELDS_FRAGMENT = gql29`
3283
3289
  fragment GameHistoryFields on GameHistoryType {
@@ -3647,9 +3653,9 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
3647
3653
  var UPDATE_MINI_QUIZ_MUTATION = gql34`
3648
3654
  mutation updateMiniQuizGame(
3649
3655
  $_id: ID!
3650
- $questions: [MiniQuizQuestionInputType!]!
3656
+ $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
3651
3657
  ) {
3652
- updateMiniQuizGame(_id: $_id, questions: $questions) {
3658
+ updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
3653
3659
  ...GameDocFields
3654
3660
  }
3655
3661
  }
@@ -4070,4 +4076,4 @@ export {
4070
4076
  useGetSchools,
4071
4077
  useGetSchool
4072
4078
  };
4073
- //# sourceMappingURL=chunk-HON4NPVU.mjs.map
4079
+ //# sourceMappingURL=chunk-ORRYHPLO.mjs.map