@timardex/cluemart-shared 1.5.558 → 1.5.559

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,14 +3401,14 @@ 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
3404
+ id
3405
3405
  answer
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
3411
+ id
3412
3412
  answers {
3413
3413
  ...MiniQuizAnswerFields
3414
3414
  }