@timardex/cluemart-shared 1.5.628 → 1.5.630
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-Z6IM4DWX.mjs → chunk-YJSJHGZT.mjs} +7 -3
- package/dist/{chunk-Z6IM4DWX.mjs.map → chunk-YJSJHGZT.mjs.map} +1 -1
- package/dist/graphql/index.cjs +6 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +25 -7
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +20 -6
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +25 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +25 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3678,8 +3678,12 @@ var START_GAME_MUTATION = gql34`
|
|
|
3678
3678
|
${GAME_DOC_FIELDS_FRAGMENT}
|
|
3679
3679
|
`;
|
|
3680
3680
|
var LEAVE_GAME_MUTATION = gql34`
|
|
3681
|
-
mutation leaveGame(
|
|
3682
|
-
|
|
3681
|
+
mutation leaveGame(
|
|
3682
|
+
$_id: ID!
|
|
3683
|
+
$gameType: GameTypeEnumType!
|
|
3684
|
+
$gameTypeId: ID!
|
|
3685
|
+
) {
|
|
3686
|
+
leaveGame(_id: $_id, gameType: $gameType, gameTypeId: $gameTypeId)
|
|
3683
3687
|
}
|
|
3684
3688
|
`;
|
|
3685
3689
|
var UPDATE_DAILY_CLUE_MUTATION = gql34`
|
|
@@ -4129,4 +4133,4 @@ export {
|
|
|
4129
4133
|
useGetSchools,
|
|
4130
4134
|
useGetSchool
|
|
4131
4135
|
};
|
|
4132
|
-
//# sourceMappingURL=chunk-
|
|
4136
|
+
//# sourceMappingURL=chunk-YJSJHGZT.mjs.map
|