@quesmed/types 2.4.34 → 2.4.35
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/cjs/models/Difficulty.d.ts +2 -1
- package/dist/cjs/models/Difficulty.js +1 -0
- package/dist/cjs/models/MockTest.d.ts +1 -0
- package/dist/cjs/resolvers/mutation/restricted/marksheet.js +60 -120
- package/dist/cjs/resolvers/query/restricted/marksheet.js +55 -134
- package/dist/cjs/resolvers/query/restricted/todos.js +5 -0
- package/dist/cjs/utils/lightgallery.js +1 -1
- package/dist/mjs/models/Difficulty.d.ts +2 -1
- package/dist/mjs/models/Difficulty.js +1 -0
- package/dist/mjs/models/MockTest.d.ts +1 -0
- package/dist/mjs/resolvers/mutation/restricted/marksheet.js +60 -120
- package/dist/mjs/resolvers/query/restricted/marksheet.js +55 -134
- package/dist/mjs/resolvers/query/restricted/todos.js +5 -0
- package/dist/mjs/utils/lightgallery.js +1 -1
- package/package.json +1 -1
|
@@ -129,6 +129,11 @@ export const MARKSHEET = gql `
|
|
|
129
129
|
concept {
|
|
130
130
|
id
|
|
131
131
|
name
|
|
132
|
+
topic {
|
|
133
|
+
id
|
|
134
|
+
name
|
|
135
|
+
typeId
|
|
136
|
+
}
|
|
132
137
|
chapter {
|
|
133
138
|
id
|
|
134
139
|
explanation
|
|
@@ -143,17 +148,8 @@ export const MARKSHEET = gql `
|
|
|
143
148
|
path256
|
|
144
149
|
index
|
|
145
150
|
topicId
|
|
146
|
-
topic {
|
|
147
|
-
id
|
|
148
|
-
name
|
|
149
|
-
typeId
|
|
150
|
-
}
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
|
-
topic {
|
|
154
|
-
id
|
|
155
|
-
name
|
|
156
|
-
}
|
|
157
153
|
videos {
|
|
158
154
|
id
|
|
159
155
|
title
|
|
@@ -181,11 +177,6 @@ export const MARKSHEET = gql `
|
|
|
181
177
|
path512
|
|
182
178
|
path256
|
|
183
179
|
topicId
|
|
184
|
-
topic {
|
|
185
|
-
id
|
|
186
|
-
name
|
|
187
|
-
typeId
|
|
188
|
-
}
|
|
189
180
|
}
|
|
190
181
|
difficulty
|
|
191
182
|
psaSectionId
|
|
@@ -276,11 +267,6 @@ export const MARKSHEET = gql `
|
|
|
276
267
|
path256
|
|
277
268
|
index
|
|
278
269
|
topicId
|
|
279
|
-
topic {
|
|
280
|
-
id
|
|
281
|
-
name
|
|
282
|
-
typeId
|
|
283
|
-
}
|
|
284
270
|
}
|
|
285
271
|
}
|
|
286
272
|
videos {
|
|
@@ -310,11 +296,6 @@ export const MARKSHEET = gql `
|
|
|
310
296
|
path512
|
|
311
297
|
path256
|
|
312
298
|
topicId
|
|
313
|
-
topic {
|
|
314
|
-
id
|
|
315
|
-
name
|
|
316
|
-
typeId
|
|
317
|
-
}
|
|
318
299
|
}
|
|
319
300
|
difficulty
|
|
320
301
|
psaSectionId
|
|
@@ -394,6 +375,11 @@ export const MARKSHEET = gql `
|
|
|
394
375
|
concept {
|
|
395
376
|
id
|
|
396
377
|
name
|
|
378
|
+
topic {
|
|
379
|
+
id
|
|
380
|
+
name
|
|
381
|
+
typeId
|
|
382
|
+
}
|
|
397
383
|
chapter {
|
|
398
384
|
id
|
|
399
385
|
explanation
|
|
@@ -408,11 +394,6 @@ export const MARKSHEET = gql `
|
|
|
408
394
|
path256
|
|
409
395
|
index
|
|
410
396
|
topicId
|
|
411
|
-
topic {
|
|
412
|
-
id
|
|
413
|
-
name
|
|
414
|
-
typeId
|
|
415
|
-
}
|
|
416
397
|
}
|
|
417
398
|
}
|
|
418
399
|
videos {
|
|
@@ -442,11 +423,6 @@ export const MARKSHEET = gql `
|
|
|
442
423
|
path512
|
|
443
424
|
path256
|
|
444
425
|
topicId
|
|
445
|
-
topic {
|
|
446
|
-
id
|
|
447
|
-
name
|
|
448
|
-
typeId
|
|
449
|
-
}
|
|
450
426
|
}
|
|
451
427
|
difficulty
|
|
452
428
|
psaSectionId
|
|
@@ -523,6 +499,11 @@ export const MARKSHEET = gql `
|
|
|
523
499
|
concept {
|
|
524
500
|
id
|
|
525
501
|
name
|
|
502
|
+
topic {
|
|
503
|
+
id
|
|
504
|
+
name
|
|
505
|
+
typeId
|
|
506
|
+
}
|
|
526
507
|
chapter {
|
|
527
508
|
id
|
|
528
509
|
explanation
|
|
@@ -537,11 +518,6 @@ export const MARKSHEET = gql `
|
|
|
537
518
|
path256
|
|
538
519
|
index
|
|
539
520
|
topicId
|
|
540
|
-
topic {
|
|
541
|
-
id
|
|
542
|
-
name
|
|
543
|
-
typeId
|
|
544
|
-
}
|
|
545
521
|
}
|
|
546
522
|
}
|
|
547
523
|
videos {
|
|
@@ -571,11 +547,6 @@ export const MARKSHEET = gql `
|
|
|
571
547
|
path512
|
|
572
548
|
path256
|
|
573
549
|
topicId
|
|
574
|
-
topic {
|
|
575
|
-
id
|
|
576
|
-
name
|
|
577
|
-
typeId
|
|
578
|
-
}
|
|
579
550
|
}
|
|
580
551
|
difficulty
|
|
581
552
|
psaSectionId
|
|
@@ -750,11 +721,6 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
750
721
|
path256
|
|
751
722
|
index
|
|
752
723
|
topicId
|
|
753
|
-
topic {
|
|
754
|
-
id
|
|
755
|
-
name
|
|
756
|
-
typeId
|
|
757
|
-
}
|
|
758
724
|
}
|
|
759
725
|
}
|
|
760
726
|
videos {
|
|
@@ -784,11 +750,6 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
784
750
|
path512
|
|
785
751
|
path256
|
|
786
752
|
topicId
|
|
787
|
-
topic {
|
|
788
|
-
id
|
|
789
|
-
name
|
|
790
|
-
typeId
|
|
791
|
-
}
|
|
792
753
|
}
|
|
793
754
|
}
|
|
794
755
|
mark {
|
|
@@ -868,6 +829,11 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
868
829
|
concept {
|
|
869
830
|
id
|
|
870
831
|
name
|
|
832
|
+
topic {
|
|
833
|
+
id
|
|
834
|
+
name
|
|
835
|
+
typeId
|
|
836
|
+
}
|
|
871
837
|
chapter {
|
|
872
838
|
id
|
|
873
839
|
explanation
|
|
@@ -882,11 +848,6 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
882
848
|
path256
|
|
883
849
|
index
|
|
884
850
|
topicId
|
|
885
|
-
topic {
|
|
886
|
-
id
|
|
887
|
-
name
|
|
888
|
-
typeId
|
|
889
|
-
}
|
|
890
851
|
}
|
|
891
852
|
}
|
|
892
853
|
videos {
|
|
@@ -916,11 +877,6 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
916
877
|
path512
|
|
917
878
|
path256
|
|
918
879
|
topicId
|
|
919
|
-
topic {
|
|
920
|
-
id
|
|
921
|
-
name
|
|
922
|
-
typeId
|
|
923
|
-
}
|
|
924
880
|
}
|
|
925
881
|
difficulty
|
|
926
882
|
psaSectionId
|
|
@@ -997,6 +953,11 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
997
953
|
concept {
|
|
998
954
|
id
|
|
999
955
|
name
|
|
956
|
+
topic {
|
|
957
|
+
id
|
|
958
|
+
name
|
|
959
|
+
typeId
|
|
960
|
+
}
|
|
1000
961
|
chapter {
|
|
1001
962
|
id
|
|
1002
963
|
explanation
|
|
@@ -1011,11 +972,6 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
1011
972
|
path256
|
|
1012
973
|
index
|
|
1013
974
|
topicId
|
|
1014
|
-
topic {
|
|
1015
|
-
id
|
|
1016
|
-
name
|
|
1017
|
-
typeId
|
|
1018
|
-
}
|
|
1019
975
|
}
|
|
1020
976
|
}
|
|
1021
977
|
videos {
|
|
@@ -1045,11 +1001,6 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
1045
1001
|
path512
|
|
1046
1002
|
path256
|
|
1047
1003
|
topicId
|
|
1048
|
-
topic {
|
|
1049
|
-
id
|
|
1050
|
-
name
|
|
1051
|
-
typeId
|
|
1052
|
-
}
|
|
1053
1004
|
}
|
|
1054
1005
|
difficulty
|
|
1055
1006
|
psaSectionId
|
|
@@ -1129,6 +1080,11 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
1129
1080
|
concept {
|
|
1130
1081
|
id
|
|
1131
1082
|
name
|
|
1083
|
+
topic {
|
|
1084
|
+
id
|
|
1085
|
+
name
|
|
1086
|
+
typeId
|
|
1087
|
+
}
|
|
1132
1088
|
chapter {
|
|
1133
1089
|
id
|
|
1134
1090
|
explanation
|
|
@@ -1143,11 +1099,6 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
1143
1099
|
path256
|
|
1144
1100
|
index
|
|
1145
1101
|
topicId
|
|
1146
|
-
topic {
|
|
1147
|
-
id
|
|
1148
|
-
name
|
|
1149
|
-
typeId
|
|
1150
|
-
}
|
|
1151
1102
|
}
|
|
1152
1103
|
}
|
|
1153
1104
|
videos {
|
|
@@ -1177,11 +1128,6 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
1177
1128
|
path512
|
|
1178
1129
|
path256
|
|
1179
1130
|
topicId
|
|
1180
|
-
topic {
|
|
1181
|
-
id
|
|
1182
|
-
name
|
|
1183
|
-
typeId
|
|
1184
|
-
}
|
|
1185
1131
|
}
|
|
1186
1132
|
difficulty
|
|
1187
1133
|
psaSectionId
|
|
@@ -1258,6 +1204,11 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
1258
1204
|
concept {
|
|
1259
1205
|
id
|
|
1260
1206
|
name
|
|
1207
|
+
topic {
|
|
1208
|
+
id
|
|
1209
|
+
name
|
|
1210
|
+
typeId
|
|
1211
|
+
}
|
|
1261
1212
|
chapter {
|
|
1262
1213
|
id
|
|
1263
1214
|
explanation
|
|
@@ -1272,11 +1223,6 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
1272
1223
|
path256
|
|
1273
1224
|
index
|
|
1274
1225
|
topicId
|
|
1275
|
-
topic {
|
|
1276
|
-
id
|
|
1277
|
-
name
|
|
1278
|
-
typeId
|
|
1279
|
-
}
|
|
1280
1226
|
}
|
|
1281
1227
|
}
|
|
1282
1228
|
videos {
|
|
@@ -1306,11 +1252,6 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
1306
1252
|
path512
|
|
1307
1253
|
path256
|
|
1308
1254
|
topicId
|
|
1309
|
-
topic {
|
|
1310
|
-
id
|
|
1311
|
-
name
|
|
1312
|
-
typeId
|
|
1313
|
-
}
|
|
1314
1255
|
}
|
|
1315
1256
|
difficulty
|
|
1316
1257
|
psaSectionId
|
|
@@ -1475,6 +1416,11 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1475
1416
|
concept {
|
|
1476
1417
|
id
|
|
1477
1418
|
name
|
|
1419
|
+
topic {
|
|
1420
|
+
id
|
|
1421
|
+
name
|
|
1422
|
+
typeId
|
|
1423
|
+
}
|
|
1478
1424
|
chapter {
|
|
1479
1425
|
id
|
|
1480
1426
|
explanation
|
|
@@ -1489,11 +1435,6 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1489
1435
|
path256
|
|
1490
1436
|
index
|
|
1491
1437
|
topicId
|
|
1492
|
-
topic {
|
|
1493
|
-
id
|
|
1494
|
-
name
|
|
1495
|
-
typeId
|
|
1496
|
-
}
|
|
1497
1438
|
}
|
|
1498
1439
|
}
|
|
1499
1440
|
videos {
|
|
@@ -1523,11 +1464,6 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1523
1464
|
path512
|
|
1524
1465
|
path256
|
|
1525
1466
|
topicId
|
|
1526
|
-
topic {
|
|
1527
|
-
id
|
|
1528
|
-
name
|
|
1529
|
-
typeId
|
|
1530
|
-
}
|
|
1531
1467
|
}
|
|
1532
1468
|
difficulty
|
|
1533
1469
|
psaSectionId
|
|
@@ -1604,6 +1540,11 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1604
1540
|
concept {
|
|
1605
1541
|
id
|
|
1606
1542
|
name
|
|
1543
|
+
topic {
|
|
1544
|
+
id
|
|
1545
|
+
name
|
|
1546
|
+
typeId
|
|
1547
|
+
}
|
|
1607
1548
|
chapter {
|
|
1608
1549
|
id
|
|
1609
1550
|
explanation
|
|
@@ -1618,11 +1559,6 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1618
1559
|
path256
|
|
1619
1560
|
index
|
|
1620
1561
|
topicId
|
|
1621
|
-
topic {
|
|
1622
|
-
id
|
|
1623
|
-
name
|
|
1624
|
-
typeId
|
|
1625
|
-
}
|
|
1626
1562
|
}
|
|
1627
1563
|
}
|
|
1628
1564
|
videos {
|
|
@@ -1652,11 +1588,6 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1652
1588
|
path512
|
|
1653
1589
|
path256
|
|
1654
1590
|
topicId
|
|
1655
|
-
topic {
|
|
1656
|
-
id
|
|
1657
|
-
name
|
|
1658
|
-
typeId
|
|
1659
|
-
}
|
|
1660
1591
|
}
|
|
1661
1592
|
difficulty
|
|
1662
1593
|
psaSectionId
|
|
@@ -1736,6 +1667,11 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1736
1667
|
concept {
|
|
1737
1668
|
id
|
|
1738
1669
|
name
|
|
1670
|
+
topic {
|
|
1671
|
+
id
|
|
1672
|
+
name
|
|
1673
|
+
typeId
|
|
1674
|
+
}
|
|
1739
1675
|
chapter {
|
|
1740
1676
|
id
|
|
1741
1677
|
explanation
|
|
@@ -1750,11 +1686,6 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1750
1686
|
path256
|
|
1751
1687
|
index
|
|
1752
1688
|
topicId
|
|
1753
|
-
topic {
|
|
1754
|
-
id
|
|
1755
|
-
name
|
|
1756
|
-
typeId
|
|
1757
|
-
}
|
|
1758
1689
|
}
|
|
1759
1690
|
}
|
|
1760
1691
|
videos {
|
|
@@ -1784,11 +1715,6 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1784
1715
|
path512
|
|
1785
1716
|
path256
|
|
1786
1717
|
topicId
|
|
1787
|
-
topic {
|
|
1788
|
-
id
|
|
1789
|
-
name
|
|
1790
|
-
typeId
|
|
1791
|
-
}
|
|
1792
1718
|
}
|
|
1793
1719
|
difficulty
|
|
1794
1720
|
psaSectionId
|
|
@@ -1865,6 +1791,11 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1865
1791
|
concept {
|
|
1866
1792
|
id
|
|
1867
1793
|
name
|
|
1794
|
+
topic {
|
|
1795
|
+
id
|
|
1796
|
+
name
|
|
1797
|
+
typeId
|
|
1798
|
+
}
|
|
1868
1799
|
chapter {
|
|
1869
1800
|
id
|
|
1870
1801
|
explanation
|
|
@@ -1879,11 +1810,6 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1879
1810
|
path256
|
|
1880
1811
|
index
|
|
1881
1812
|
topicId
|
|
1882
|
-
topic {
|
|
1883
|
-
id
|
|
1884
|
-
name
|
|
1885
|
-
typeId
|
|
1886
|
-
}
|
|
1887
1813
|
}
|
|
1888
1814
|
}
|
|
1889
1815
|
videos {
|
|
@@ -1913,11 +1839,6 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
|
|
|
1913
1839
|
path512
|
|
1914
1840
|
path256
|
|
1915
1841
|
topicId
|
|
1916
|
-
topic {
|
|
1917
|
-
id
|
|
1918
|
-
name
|
|
1919
|
-
typeId
|
|
1920
|
-
}
|
|
1921
1842
|
}
|
|
1922
1843
|
difficulty
|
|
1923
1844
|
psaSectionId
|