@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
package/dist/graphql/index.cjs
CHANGED
|
@@ -3883,15 +3883,15 @@ var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
|
|
|
3883
3883
|
var UPDATE_MINI_QUIZ_MUTATION = import_client64.gql`
|
|
3884
3884
|
mutation updateMiniQuizGame(
|
|
3885
3885
|
$_id: ID!
|
|
3886
|
-
$gameTypeId: ID!
|
|
3887
|
-
$gameType: GameTypeEnumType!
|
|
3888
3886
|
$answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
|
|
3887
|
+
$gameType: GameTypeEnumType!
|
|
3888
|
+
$gameTypeId: ID!
|
|
3889
3889
|
) {
|
|
3890
3890
|
updateMiniQuizGame(
|
|
3891
3891
|
_id: $_id
|
|
3892
|
-
gameTypeId: $gameTypeId
|
|
3893
|
-
gameType: $gameType
|
|
3894
3892
|
answeredQuestions: $answeredQuestions
|
|
3893
|
+
gameType: $gameType
|
|
3894
|
+
gameTypeId: $gameTypeId
|
|
3895
3895
|
) {
|
|
3896
3896
|
...GameDocFields
|
|
3897
3897
|
}
|