@timardex/cluemart-shared 1.5.563 → 1.5.564
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-EJSAMZ35.mjs → chunk-ORRYHPLO.mjs} +3 -3
- package/dist/{chunk-EJSAMZ35.mjs.map → chunk-ORRYHPLO.mjs.map} +1 -1
- package/dist/graphql/index.cjs +2 -2
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +2 -2
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/graphql/index.mjs
CHANGED
package/dist/hooks/index.cjs
CHANGED
|
@@ -4528,9 +4528,9 @@ var UPDATE_DAILY_CLUE_MUTATION = import_client64.gql`
|
|
|
4528
4528
|
var UPDATE_MINI_QUIZ_MUTATION = import_client64.gql`
|
|
4529
4529
|
mutation updateMiniQuizGame(
|
|
4530
4530
|
$_id: ID!
|
|
4531
|
-
$
|
|
4531
|
+
$answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
|
|
4532
4532
|
) {
|
|
4533
|
-
updateMiniQuizGame(_id: $_id,
|
|
4533
|
+
updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
|
|
4534
4534
|
...GameDocFields
|
|
4535
4535
|
}
|
|
4536
4536
|
}
|