@timardex/cluemart-shared 1.5.526 → 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.
@@ -1,5 +1,5 @@
1
1
  import "../chunk-XEIQR6NA.mjs";
2
- import "../chunk-4TFXXGPQ.mjs";
2
+ import "../chunk-PYMLMTOQ.mjs";
3
3
  import "../chunk-DWO35OY4.mjs";
4
4
  import "../chunk-I7WE3EBR.mjs";
5
5
  import {
package/dist/index.cjs CHANGED
@@ -6079,7 +6079,7 @@ var GET_GAMES = import_client55.gql`
6079
6079
  ${GAME_DOC_FIELDS_FRAGMENT}
6080
6080
  `;
6081
6081
  var GET_GAME = import_client55.gql`
6082
- query getGame($_id: ID!) {
6082
+ query getGame($_id: ID) {
6083
6083
  game(_id: $_id) {
6084
6084
  ...GameDocFields
6085
6085
  }