@timardex/cluemart-shared 1.5.556 → 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.
@@ -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`