@timardex/cluemart-shared 1.5.703 → 1.5.704
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-TIKTN3B3.mjs → chunk-DW7OU6K3.mjs} +5 -5
- package/dist/{chunk-TIKTN3B3.mjs.map → chunk-DW7OU6K3.mjs.map} +1 -1
- package/dist/graphql/index.cjs +4 -4
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +4 -4
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3722,15 +3722,15 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
|
|
|
3722
3722
|
var UPDATE_MINI_QUIZ_MUTATION = gql34`
|
|
3723
3723
|
mutation updateMiniQuizGame(
|
|
3724
3724
|
$_id: ID!
|
|
3725
|
-
$gameTypeId: ID!
|
|
3726
|
-
$gameType: GameTypeEnumType!
|
|
3727
3725
|
$answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
|
|
3726
|
+
$gameType: GameTypeEnumType!
|
|
3727
|
+
$gameTypeId: ID!
|
|
3728
3728
|
) {
|
|
3729
3729
|
updateMiniQuizGame(
|
|
3730
3730
|
_id: $_id
|
|
3731
|
-
gameTypeId: $gameTypeId
|
|
3732
|
-
gameType: $gameType
|
|
3733
3731
|
answeredQuestions: $answeredQuestions
|
|
3732
|
+
gameType: $gameType
|
|
3733
|
+
gameTypeId: $gameTypeId
|
|
3734
3734
|
) {
|
|
3735
3735
|
...GameDocFields
|
|
3736
3736
|
}
|
|
@@ -4165,4 +4165,4 @@ export {
|
|
|
4165
4165
|
useGetSchools,
|
|
4166
4166
|
useGetSchool
|
|
4167
4167
|
};
|
|
4168
|
-
//# sourceMappingURL=chunk-
|
|
4168
|
+
//# sourceMappingURL=chunk-DW7OU6K3.mjs.map
|