@timardex/cluemart-shared 1.5.527 → 1.5.528

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.
@@ -3451,7 +3451,7 @@ var GET_GAMES = import_client55.gql`
3451
3451
  ${GAME_DOC_FIELDS_FRAGMENT}
3452
3452
  `;
3453
3453
  var GET_GAME = import_client55.gql`
3454
- query getGame($_id: ID!) {
3454
+ query getGame($_id: ID) {
3455
3455
  game(_id: $_id) {
3456
3456
  ...GameDocFields
3457
3457
  }