@timardex/cluemart-shared 1.5.555 → 1.5.557

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,7 +3401,7 @@ var DAILY_CLUE_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`
3401
3401
  var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = import_client55.gql`
3402
3402
  fragment MiniQuizQuestionFields on MiniQuizQuestionType {
3403
3403
  answers {
3404
- value
3404
+ answer
3405
3405
  correct
3406
3406
  }
3407
3407
  question
@@ -3409,14 +3409,10 @@ var MINI_QUIZ_QUESTION_FIELDS_FRAGMENT = import_client55.gql`
3409
3409
  `;
3410
3410
  var MINI_QUIZ_BASE_GAME_FIELDS_FRAGMENT = import_client55.gql`
3411
3411
  fragment MiniQuizBaseGameFields on MiniQuizBaseGameType {
3412
- gameDate {
3413
- ...GameDateFields
3414
- }
3415
3412
  questions {
3416
3413
  ...MiniQuizQuestionFields
3417
3414
  }
3418
3415
  }
3419
- ${GAME_DATE_FIELDS_FRAGMENT}
3420
3416
  ${MINI_QUIZ_QUESTION_FIELDS_FRAGMENT}
3421
3417
  `;
3422
3418
  var MINI_QUIZ_GAME_DATA_FIELDS_FRAGMENT = import_client55.gql`