@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.
- package/dist/{chunk-DJZW3O5D.mjs → chunk-PYMLMTOQ.mjs} +2 -2
- package/dist/{chunk-DJZW3O5D.mjs.map → chunk-PYMLMTOQ.mjs.map} +1 -1
- package/dist/graphql/index.cjs +1 -1
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3293,7 +3293,7 @@ var GET_GAMES = gql29`
|
|
|
3293
3293
|
${GAME_DOC_FIELDS_FRAGMENT}
|
|
3294
3294
|
`;
|
|
3295
3295
|
var GET_GAME = gql29`
|
|
3296
|
-
query getGame($_id: ID
|
|
3296
|
+
query getGame($_id: ID) {
|
|
3297
3297
|
game(_id: $_id) {
|
|
3298
3298
|
...GameDocFields
|
|
3299
3299
|
}
|
|
@@ -3973,4 +3973,4 @@ export {
|
|
|
3973
3973
|
useGetSchools,
|
|
3974
3974
|
useGetSchool
|
|
3975
3975
|
};
|
|
3976
|
-
//# sourceMappingURL=chunk-
|
|
3976
|
+
//# sourceMappingURL=chunk-PYMLMTOQ.mjs.map
|