@quesmed/types-rn 2.2.26 → 2.2.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quesmed/types-rn",
3
- "version": "2.2.26",
3
+ "version": "2.2.27",
4
4
  "description": "Typescript types for Quesmed",
5
5
  "keywords": [
6
6
  "quesmed",
@@ -44,12 +44,15 @@ exports.DASHBOARD_QBANK = (0, client_1.gql) `
44
44
  totalQuestions
45
45
  totalCards
46
46
  marksheets(filter: $filter) {
47
- id
48
- topicNames
49
- correct
50
- incorrect
51
- totalQuestions
52
- isTestMarksheet
47
+ results {
48
+ id
49
+ topicNames
50
+ correct
51
+ incorrect
52
+ totalQuestions
53
+ isTestMarksheet
54
+ }
55
+ total
53
56
  }
54
57
  topics(filter: 0) {
55
58
  id