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