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