@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.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -4568,15 +4568,15 @@ var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
|
|
|
4568
4568
|
var UPDATE_MINI_QUIZ_MUTATION = import_client64.gql`
|
|
4569
4569
|
mutation updateMiniQuizGame(
|
|
4570
4570
|
$_id: ID!
|
|
4571
|
-
$gameTypeId: ID!
|
|
4572
|
-
$gameType: GameTypeEnumType!
|
|
4573
4571
|
$answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
|
|
4572
|
+
$gameType: GameTypeEnumType!
|
|
4573
|
+
$gameTypeId: ID!
|
|
4574
4574
|
) {
|
|
4575
4575
|
updateMiniQuizGame(
|
|
4576
4576
|
_id: $_id
|
|
4577
|
-
gameTypeId: $gameTypeId
|
|
4578
|
-
gameType: $gameType
|
|
4579
4577
|
answeredQuestions: $answeredQuestions
|
|
4578
|
+
gameType: $gameType
|
|
4579
|
+
gameTypeId: $gameTypeId
|
|
4580
4580
|
) {
|
|
4581
4581
|
...GameDocFields
|
|
4582
4582
|
}
|