@quesmed/types 2.2.23 → 2.2.24
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.
|
@@ -553,12 +553,15 @@ exports.MARKSHEETS = (0, client_1.gql) `
|
|
|
553
553
|
query Marksheets($filter: MarksheetFilterInput!) {
|
|
554
554
|
restricted {
|
|
555
555
|
marksheets(filter: $filter) {
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
556
|
+
results {
|
|
557
|
+
id
|
|
558
|
+
topicNames
|
|
559
|
+
correct
|
|
560
|
+
incorrect
|
|
561
|
+
totalQuestions
|
|
562
|
+
isTestMarksheet
|
|
563
|
+
}
|
|
564
|
+
total
|
|
562
565
|
}
|
|
563
566
|
}
|
|
564
567
|
}
|
|
@@ -550,12 +550,15 @@ export const MARKSHEETS = gql `
|
|
|
550
550
|
query Marksheets($filter: MarksheetFilterInput!) {
|
|
551
551
|
restricted {
|
|
552
552
|
marksheets(filter: $filter) {
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
553
|
+
results {
|
|
554
|
+
id
|
|
555
|
+
topicNames
|
|
556
|
+
correct
|
|
557
|
+
incorrect
|
|
558
|
+
totalQuestions
|
|
559
|
+
isTestMarksheet
|
|
560
|
+
}
|
|
561
|
+
total
|
|
559
562
|
}
|
|
560
563
|
}
|
|
561
564
|
}
|