@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/index.mjs CHANGED
@@ -6117,9 +6117,9 @@ var UPDATE_DAILY_CLUE_MUTATION = gql34`
6117
6117
  var UPDATE_MINI_QUIZ_MUTATION = gql34`
6118
6118
  mutation updateMiniQuizGame(
6119
6119
  $_id: ID!
6120
- $questions: [MiniQuizQuestionInputType!]!
6120
+ $answeredQuestions: [MiniQuizAnsweredQuestionInputType!]!
6121
6121
  ) {
6122
- updateMiniQuizGame(_id: $_id, questions: $questions) {
6122
+ updateMiniQuizGame(_id: $_id, answeredQuestions: $answeredQuestions) {
6123
6123
  ...GameDocFields
6124
6124
  }
6125
6125
  }