@timardex/cluemart-shared 1.5.561 → 1.5.562

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.
@@ -3401,18 +3401,18 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
3401
3401
  `;
3402
3402
  var MINI_QUIZ_ANSWER_FIELDS_FRAGMENT = import_client55.gql`
3403
3403
  fragment MiniQuizAnswerFields on MiniQuizAnswerType {
3404
- id
3405
3404
  answer
3405
+ answerId
3406
3406
  correct
3407
3407
  }
3408
3408
  `;
3409
3409
  var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = import_client55.gql`
3410
3410
  fragment MiniQuizQuestionFields on MiniQuizQuestionType {
3411
- id
3412
3411
  answers {
3413
3412
  ...MiniQuizAnswerFields
3414
3413
  }
3415
3414
  question
3415
+ questionId
3416
3416
  }
3417
3417
  ${MINI_QUIZ_ANSWER_FIELDS_FRAGMENT}
3418
3418
  `;