@quesmed/types-rn 2.5.113 → 2.6.0
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/models/Concept.d.ts +2 -0
- package/models/Picture.d.ts +1 -0
- package/package.json +1 -1
- package/resolvers/fragments/blog.js +1 -0
- package/resolvers/fragments/chapter.js +1 -0
- package/resolvers/fragments/marksheet.js +3 -0
- package/resolvers/fragments/picture.js +1 -0
- package/resolvers/fragments/user.js +1 -0
- package/resolvers/mutation/restricted/marksheet.js +63 -0
- package/resolvers/mutation/restricted/todo.d.ts +2 -2
- package/resolvers/mutation/restricted/todo.js +1 -0
- package/resolvers/query/restricted/marksheet.d.ts +1 -1
- package/resolvers/query/restricted/marksheet.js +66 -0
- package/resolvers/query/restricted/quesBook.d.ts +5 -1
- package/resolvers/query/restricted/quesBook.js +31 -44
- package/resolvers/query/restricted/question.js +21 -0
- package/resolvers/query/restricted/replication.js +4 -1
- package/resolvers/query/restricted/todos.js +2 -0
- package/resolvers/query/restricted/video.js +5 -0
- package/resolvers/query/sample.d.ts +1 -1
- package/resolvers/query/sample.js +3 -0
- package/resolvers/query/video.js +6 -0
|
@@ -102,6 +102,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
102
102
|
path
|
|
103
103
|
path512
|
|
104
104
|
path256
|
|
105
|
+
thumbhash
|
|
105
106
|
}
|
|
106
107
|
}
|
|
107
108
|
comments {
|
|
@@ -154,6 +155,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
154
155
|
path
|
|
155
156
|
path512
|
|
156
157
|
path256
|
|
158
|
+
thumbhash
|
|
157
159
|
index
|
|
158
160
|
topicId
|
|
159
161
|
}
|
|
@@ -185,6 +187,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
185
187
|
path
|
|
186
188
|
path512
|
|
187
189
|
path256
|
|
190
|
+
thumbhash
|
|
188
191
|
topicId
|
|
189
192
|
}
|
|
190
193
|
difficulty
|
|
@@ -229,6 +232,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
229
232
|
path
|
|
230
233
|
path512
|
|
231
234
|
path256
|
|
235
|
+
thumbhash
|
|
232
236
|
}
|
|
233
237
|
}
|
|
234
238
|
comments {
|
|
@@ -276,6 +280,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
276
280
|
path
|
|
277
281
|
path512
|
|
278
282
|
path256
|
|
283
|
+
thumbhash
|
|
279
284
|
index
|
|
280
285
|
topicId
|
|
281
286
|
}
|
|
@@ -307,6 +312,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
307
312
|
path
|
|
308
313
|
path512
|
|
309
314
|
path256
|
|
315
|
+
thumbhash
|
|
310
316
|
topicId
|
|
311
317
|
}
|
|
312
318
|
difficulty
|
|
@@ -354,6 +360,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
354
360
|
path
|
|
355
361
|
path512
|
|
356
362
|
path256
|
|
363
|
+
thumbhash
|
|
357
364
|
}
|
|
358
365
|
}
|
|
359
366
|
comments {
|
|
@@ -406,6 +413,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
406
413
|
path
|
|
407
414
|
path512
|
|
408
415
|
path256
|
|
416
|
+
thumbhash
|
|
409
417
|
index
|
|
410
418
|
topicId
|
|
411
419
|
}
|
|
@@ -437,6 +445,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
437
445
|
path
|
|
438
446
|
path512
|
|
439
447
|
path256
|
|
448
|
+
thumbhash
|
|
440
449
|
topicId
|
|
441
450
|
}
|
|
442
451
|
difficulty
|
|
@@ -481,6 +490,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
481
490
|
path
|
|
482
491
|
path512
|
|
483
492
|
path256
|
|
493
|
+
thumbhash
|
|
484
494
|
}
|
|
485
495
|
}
|
|
486
496
|
comments {
|
|
@@ -533,6 +543,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
533
543
|
path
|
|
534
544
|
path512
|
|
535
545
|
path256
|
|
546
|
+
thumbhash
|
|
536
547
|
index
|
|
537
548
|
topicId
|
|
538
549
|
}
|
|
@@ -564,6 +575,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
564
575
|
path
|
|
565
576
|
path512
|
|
566
577
|
path256
|
|
578
|
+
thumbhash
|
|
567
579
|
topicId
|
|
568
580
|
}
|
|
569
581
|
difficulty
|
|
@@ -640,6 +652,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
640
652
|
path
|
|
641
653
|
path512
|
|
642
654
|
path256
|
|
655
|
+
thumbhash
|
|
643
656
|
}
|
|
644
657
|
}
|
|
645
658
|
comments {
|
|
@@ -692,6 +705,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
692
705
|
path
|
|
693
706
|
path512
|
|
694
707
|
path256
|
|
708
|
+
thumbhash
|
|
695
709
|
index
|
|
696
710
|
topicId
|
|
697
711
|
}
|
|
@@ -723,6 +737,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
723
737
|
path
|
|
724
738
|
path512
|
|
725
739
|
path256
|
|
740
|
+
thumbhash
|
|
726
741
|
topicId
|
|
727
742
|
}
|
|
728
743
|
difficulty
|
|
@@ -767,6 +782,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
767
782
|
path
|
|
768
783
|
path512
|
|
769
784
|
path256
|
|
785
|
+
thumbhash
|
|
770
786
|
}
|
|
771
787
|
}
|
|
772
788
|
comments {
|
|
@@ -819,6 +835,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
819
835
|
path
|
|
820
836
|
path512
|
|
821
837
|
path256
|
|
838
|
+
thumbhash
|
|
822
839
|
index
|
|
823
840
|
topicId
|
|
824
841
|
}
|
|
@@ -850,6 +867,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
850
867
|
path
|
|
851
868
|
path512
|
|
852
869
|
path256
|
|
870
|
+
thumbhash
|
|
853
871
|
topicId
|
|
854
872
|
}
|
|
855
873
|
difficulty
|
|
@@ -894,6 +912,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
894
912
|
path
|
|
895
913
|
path512
|
|
896
914
|
path256
|
|
915
|
+
thumbhash
|
|
897
916
|
}
|
|
898
917
|
}
|
|
899
918
|
comments {
|
|
@@ -946,6 +965,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
946
965
|
path
|
|
947
966
|
path512
|
|
948
967
|
path256
|
|
968
|
+
thumbhash
|
|
949
969
|
index
|
|
950
970
|
topicId
|
|
951
971
|
}
|
|
@@ -977,6 +997,7 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
977
997
|
path
|
|
978
998
|
path512
|
|
979
999
|
path256
|
|
1000
|
+
thumbhash
|
|
980
1001
|
topicId
|
|
981
1002
|
}
|
|
982
1003
|
difficulty
|
|
@@ -1113,6 +1134,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1113
1134
|
path
|
|
1114
1135
|
path512
|
|
1115
1136
|
path256
|
|
1137
|
+
thumbhash
|
|
1116
1138
|
}
|
|
1117
1139
|
}
|
|
1118
1140
|
comments {
|
|
@@ -1164,6 +1186,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1164
1186
|
path
|
|
1165
1187
|
path512
|
|
1166
1188
|
path256
|
|
1189
|
+
thumbhash
|
|
1167
1190
|
index
|
|
1168
1191
|
topicId
|
|
1169
1192
|
}
|
|
@@ -1195,6 +1218,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1195
1218
|
path
|
|
1196
1219
|
path512
|
|
1197
1220
|
path256
|
|
1221
|
+
thumbhash
|
|
1198
1222
|
topicId
|
|
1199
1223
|
}
|
|
1200
1224
|
}
|
|
@@ -1242,6 +1266,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1242
1266
|
path
|
|
1243
1267
|
path512
|
|
1244
1268
|
path256
|
|
1269
|
+
thumbhash
|
|
1245
1270
|
}
|
|
1246
1271
|
}
|
|
1247
1272
|
comments {
|
|
@@ -1294,6 +1319,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1294
1319
|
path
|
|
1295
1320
|
path512
|
|
1296
1321
|
path256
|
|
1322
|
+
thumbhash
|
|
1297
1323
|
index
|
|
1298
1324
|
topicId
|
|
1299
1325
|
}
|
|
@@ -1325,6 +1351,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1325
1351
|
path
|
|
1326
1352
|
path512
|
|
1327
1353
|
path256
|
|
1354
|
+
thumbhash
|
|
1328
1355
|
topicId
|
|
1329
1356
|
}
|
|
1330
1357
|
difficulty
|
|
@@ -1369,6 +1396,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1369
1396
|
path
|
|
1370
1397
|
path512
|
|
1371
1398
|
path256
|
|
1399
|
+
thumbhash
|
|
1372
1400
|
}
|
|
1373
1401
|
}
|
|
1374
1402
|
comments {
|
|
@@ -1421,6 +1449,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1421
1449
|
path
|
|
1422
1450
|
path512
|
|
1423
1451
|
path256
|
|
1452
|
+
thumbhash
|
|
1424
1453
|
index
|
|
1425
1454
|
topicId
|
|
1426
1455
|
}
|
|
@@ -1452,6 +1481,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1452
1481
|
path
|
|
1453
1482
|
path512
|
|
1454
1483
|
path256
|
|
1484
|
+
thumbhash
|
|
1455
1485
|
topicId
|
|
1456
1486
|
}
|
|
1457
1487
|
difficulty
|
|
@@ -1499,6 +1529,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1499
1529
|
path
|
|
1500
1530
|
path512
|
|
1501
1531
|
path256
|
|
1532
|
+
thumbhash
|
|
1502
1533
|
}
|
|
1503
1534
|
}
|
|
1504
1535
|
comments {
|
|
@@ -1551,6 +1582,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1551
1582
|
path
|
|
1552
1583
|
path512
|
|
1553
1584
|
path256
|
|
1585
|
+
thumbhash
|
|
1554
1586
|
index
|
|
1555
1587
|
topicId
|
|
1556
1588
|
}
|
|
@@ -1582,6 +1614,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1582
1614
|
path
|
|
1583
1615
|
path512
|
|
1584
1616
|
path256
|
|
1617
|
+
thumbhash
|
|
1585
1618
|
topicId
|
|
1586
1619
|
}
|
|
1587
1620
|
difficulty
|
|
@@ -1626,6 +1659,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1626
1659
|
path
|
|
1627
1660
|
path512
|
|
1628
1661
|
path256
|
|
1662
|
+
thumbhash
|
|
1629
1663
|
}
|
|
1630
1664
|
}
|
|
1631
1665
|
comments {
|
|
@@ -1678,6 +1712,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1678
1712
|
path
|
|
1679
1713
|
path512
|
|
1680
1714
|
path256
|
|
1715
|
+
thumbhash
|
|
1681
1716
|
index
|
|
1682
1717
|
topicId
|
|
1683
1718
|
}
|
|
@@ -1709,6 +1744,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1709
1744
|
path
|
|
1710
1745
|
path512
|
|
1711
1746
|
path256
|
|
1747
|
+
thumbhash
|
|
1712
1748
|
topicId
|
|
1713
1749
|
}
|
|
1714
1750
|
difficulty
|
|
@@ -1785,6 +1821,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1785
1821
|
path
|
|
1786
1822
|
path512
|
|
1787
1823
|
path256
|
|
1824
|
+
thumbhash
|
|
1788
1825
|
}
|
|
1789
1826
|
}
|
|
1790
1827
|
comments {
|
|
@@ -1837,6 +1874,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1837
1874
|
path
|
|
1838
1875
|
path512
|
|
1839
1876
|
path256
|
|
1877
|
+
thumbhash
|
|
1840
1878
|
index
|
|
1841
1879
|
topicId
|
|
1842
1880
|
}
|
|
@@ -1868,6 +1906,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1868
1906
|
path
|
|
1869
1907
|
path512
|
|
1870
1908
|
path256
|
|
1909
|
+
thumbhash
|
|
1871
1910
|
topicId
|
|
1872
1911
|
}
|
|
1873
1912
|
difficulty
|
|
@@ -1912,6 +1951,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1912
1951
|
path
|
|
1913
1952
|
path512
|
|
1914
1953
|
path256
|
|
1954
|
+
thumbhash
|
|
1915
1955
|
}
|
|
1916
1956
|
}
|
|
1917
1957
|
comments {
|
|
@@ -1964,6 +2004,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1964
2004
|
path
|
|
1965
2005
|
path512
|
|
1966
2006
|
path256
|
|
2007
|
+
thumbhash
|
|
1967
2008
|
index
|
|
1968
2009
|
topicId
|
|
1969
2010
|
}
|
|
@@ -1995,6 +2036,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
1995
2036
|
path
|
|
1996
2037
|
path512
|
|
1997
2038
|
path256
|
|
2039
|
+
thumbhash
|
|
1998
2040
|
topicId
|
|
1999
2041
|
}
|
|
2000
2042
|
difficulty
|
|
@@ -2039,6 +2081,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
2039
2081
|
path
|
|
2040
2082
|
path512
|
|
2041
2083
|
path256
|
|
2084
|
+
thumbhash
|
|
2042
2085
|
}
|
|
2043
2086
|
}
|
|
2044
2087
|
comments {
|
|
@@ -2091,6 +2134,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
2091
2134
|
path
|
|
2092
2135
|
path512
|
|
2093
2136
|
path256
|
|
2137
|
+
thumbhash
|
|
2094
2138
|
index
|
|
2095
2139
|
topicId
|
|
2096
2140
|
}
|
|
@@ -2122,6 +2166,7 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
2122
2166
|
path
|
|
2123
2167
|
path512
|
|
2124
2168
|
path256
|
|
2169
|
+
thumbhash
|
|
2125
2170
|
topicId
|
|
2126
2171
|
}
|
|
2127
2172
|
difficulty
|
|
@@ -2232,6 +2277,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2232
2277
|
path
|
|
2233
2278
|
path512
|
|
2234
2279
|
path256
|
|
2280
|
+
thumbhash
|
|
2235
2281
|
}
|
|
2236
2282
|
}
|
|
2237
2283
|
comments {
|
|
@@ -2284,6 +2330,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2284
2330
|
path
|
|
2285
2331
|
path512
|
|
2286
2332
|
path256
|
|
2333
|
+
thumbhash
|
|
2287
2334
|
index
|
|
2288
2335
|
topicId
|
|
2289
2336
|
}
|
|
@@ -2315,6 +2362,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2315
2362
|
path
|
|
2316
2363
|
path512
|
|
2317
2364
|
path256
|
|
2365
|
+
thumbhash
|
|
2318
2366
|
topicId
|
|
2319
2367
|
}
|
|
2320
2368
|
difficulty
|
|
@@ -2359,6 +2407,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2359
2407
|
path
|
|
2360
2408
|
path512
|
|
2361
2409
|
path256
|
|
2410
|
+
thumbhash
|
|
2362
2411
|
}
|
|
2363
2412
|
}
|
|
2364
2413
|
comments {
|
|
@@ -2411,6 +2460,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2411
2460
|
path
|
|
2412
2461
|
path512
|
|
2413
2462
|
path256
|
|
2463
|
+
thumbhash
|
|
2414
2464
|
index
|
|
2415
2465
|
topicId
|
|
2416
2466
|
}
|
|
@@ -2442,6 +2492,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2442
2492
|
path
|
|
2443
2493
|
path512
|
|
2444
2494
|
path256
|
|
2495
|
+
thumbhash
|
|
2445
2496
|
topicId
|
|
2446
2497
|
}
|
|
2447
2498
|
difficulty
|
|
@@ -2489,6 +2540,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2489
2540
|
path
|
|
2490
2541
|
path512
|
|
2491
2542
|
path256
|
|
2543
|
+
thumbhash
|
|
2492
2544
|
}
|
|
2493
2545
|
}
|
|
2494
2546
|
comments {
|
|
@@ -2541,6 +2593,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2541
2593
|
path
|
|
2542
2594
|
path512
|
|
2543
2595
|
path256
|
|
2596
|
+
thumbhash
|
|
2544
2597
|
index
|
|
2545
2598
|
topicId
|
|
2546
2599
|
}
|
|
@@ -2572,6 +2625,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2572
2625
|
path
|
|
2573
2626
|
path512
|
|
2574
2627
|
path256
|
|
2628
|
+
thumbhash
|
|
2575
2629
|
topicId
|
|
2576
2630
|
}
|
|
2577
2631
|
difficulty
|
|
@@ -2616,6 +2670,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2616
2670
|
path
|
|
2617
2671
|
path512
|
|
2618
2672
|
path256
|
|
2673
|
+
thumbhash
|
|
2619
2674
|
}
|
|
2620
2675
|
}
|
|
2621
2676
|
comments {
|
|
@@ -2668,6 +2723,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2668
2723
|
path
|
|
2669
2724
|
path512
|
|
2670
2725
|
path256
|
|
2726
|
+
thumbhash
|
|
2671
2727
|
index
|
|
2672
2728
|
topicId
|
|
2673
2729
|
}
|
|
@@ -2699,6 +2755,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2699
2755
|
path
|
|
2700
2756
|
path512
|
|
2701
2757
|
path256
|
|
2758
|
+
thumbhash
|
|
2702
2759
|
topicId
|
|
2703
2760
|
}
|
|
2704
2761
|
difficulty
|
|
@@ -2775,6 +2832,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2775
2832
|
path
|
|
2776
2833
|
path512
|
|
2777
2834
|
path256
|
|
2835
|
+
thumbhash
|
|
2778
2836
|
}
|
|
2779
2837
|
}
|
|
2780
2838
|
comments {
|
|
@@ -2827,6 +2885,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2827
2885
|
path
|
|
2828
2886
|
path512
|
|
2829
2887
|
path256
|
|
2888
|
+
thumbhash
|
|
2830
2889
|
index
|
|
2831
2890
|
topicId
|
|
2832
2891
|
}
|
|
@@ -2858,6 +2917,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2858
2917
|
path
|
|
2859
2918
|
path512
|
|
2860
2919
|
path256
|
|
2920
|
+
thumbhash
|
|
2861
2921
|
topicId
|
|
2862
2922
|
}
|
|
2863
2923
|
difficulty
|
|
@@ -2902,6 +2962,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2902
2962
|
path
|
|
2903
2963
|
path512
|
|
2904
2964
|
path256
|
|
2965
|
+
thumbhash
|
|
2905
2966
|
}
|
|
2906
2967
|
}
|
|
2907
2968
|
comments {
|
|
@@ -2954,6 +3015,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2954
3015
|
path
|
|
2955
3016
|
path512
|
|
2956
3017
|
path256
|
|
3018
|
+
thumbhash
|
|
2957
3019
|
index
|
|
2958
3020
|
topicId
|
|
2959
3021
|
}
|
|
@@ -2985,6 +3047,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
2985
3047
|
path
|
|
2986
3048
|
path512
|
|
2987
3049
|
path256
|
|
3050
|
+
thumbhash
|
|
2988
3051
|
topicId
|
|
2989
3052
|
}
|
|
2990
3053
|
difficulty
|
|
@@ -3029,6 +3092,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
3029
3092
|
path
|
|
3030
3093
|
path512
|
|
3031
3094
|
path256
|
|
3095
|
+
thumbhash
|
|
3032
3096
|
}
|
|
3033
3097
|
}
|
|
3034
3098
|
comments {
|
|
@@ -3081,6 +3145,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
3081
3145
|
path
|
|
3082
3146
|
path512
|
|
3083
3147
|
path256
|
|
3148
|
+
thumbhash
|
|
3084
3149
|
index
|
|
3085
3150
|
topicId
|
|
3086
3151
|
}
|
|
@@ -3112,6 +3177,7 @@ exports.FLAGGED_QUESTIONS_MARKSHEET = (0, client_1.gql) `
|
|
|
3112
3177
|
path
|
|
3113
3178
|
path512
|
|
3114
3179
|
path256
|
|
3180
|
+
thumbhash
|
|
3115
3181
|
topicId
|
|
3116
3182
|
}
|
|
3117
3183
|
difficulty
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EOsceType, EPaceType, ETopicType, IOsceStation, ITopic } from '../../../models';
|
|
1
|
+
import { EOsceType, EPaceType, ETopicType, IConcept, IOsceStation, ITopic } from '../../../models';
|
|
2
2
|
import { RestrictedData, graphqlNormalize } from '../../types';
|
|
3
3
|
export type IQuesBookVar = {
|
|
4
4
|
/**TODO: make it mandatory once frontend changes are completed */
|
|
@@ -15,5 +15,9 @@ export type IOsceBookVar = {
|
|
|
15
15
|
};
|
|
16
16
|
export type IOsceBookData = RestrictedData<(graphqlNormalize & IOsceStation)[], 'osceBook'>;
|
|
17
17
|
export declare const OSCE_KNOWLEDGE_VIDEO_LIBRARY: import("@apollo/client").DocumentNode;
|
|
18
|
+
export type IPaceBookVar = {
|
|
19
|
+
typeId?: EPaceType[];
|
|
20
|
+
};
|
|
21
|
+
export type IPaceBookData = RestrictedData<(graphqlNormalize & IConcept)[], 'paceBook'>;
|
|
18
22
|
export declare const PACE_KNOWLEDGE_LIBRARY: import("@apollo/client").DocumentNode;
|
|
19
23
|
export declare const PACE_VIDEO_LIBRARY: import("@apollo/client").DocumentNode;
|
|
@@ -39,6 +39,7 @@ exports.QBANK_KNOWLEDGE_VIDEO_LIBRARY = (0, client_1.gql) `
|
|
|
39
39
|
path
|
|
40
40
|
path512
|
|
41
41
|
path256
|
|
42
|
+
thumbhash
|
|
42
43
|
index
|
|
43
44
|
}
|
|
44
45
|
}
|
|
@@ -97,6 +98,7 @@ exports.PUBLIC_QBANK_KNOWLEDGE_LIBRARY = (0, client_1.gql) `
|
|
|
97
98
|
path
|
|
98
99
|
path512
|
|
99
100
|
path256
|
|
101
|
+
thumbhash
|
|
100
102
|
index
|
|
101
103
|
}
|
|
102
104
|
}
|
|
@@ -132,59 +134,44 @@ exports.OSCE_KNOWLEDGE_VIDEO_LIBRARY = (0, client_1.gql) `
|
|
|
132
134
|
}
|
|
133
135
|
`;
|
|
134
136
|
exports.PACE_KNOWLEDGE_LIBRARY = (0, client_1.gql) `
|
|
135
|
-
query PaceKnowledgeLibrary($typeId: [Int]
|
|
137
|
+
query PaceKnowledgeLibrary($typeId: [Int]) {
|
|
136
138
|
restricted {
|
|
137
|
-
|
|
139
|
+
paceBook(typeId: $typeId) {
|
|
138
140
|
id
|
|
139
141
|
name
|
|
140
|
-
typeId
|
|
141
142
|
demo
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
urgentConcepts
|
|
146
|
-
unwatchedVideos
|
|
147
|
-
completedVideos
|
|
148
|
-
revisingVideos
|
|
149
|
-
urgentVideos
|
|
150
|
-
concepts {
|
|
143
|
+
status
|
|
144
|
+
typeId
|
|
145
|
+
chapter {
|
|
151
146
|
id
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
totalCards
|
|
156
|
-
totalQuestions
|
|
157
|
-
chapter {
|
|
147
|
+
typeId
|
|
148
|
+
explanation
|
|
149
|
+
pictures {
|
|
158
150
|
id
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
path
|
|
168
|
-
path512
|
|
169
|
-
path256
|
|
170
|
-
index
|
|
171
|
-
}
|
|
151
|
+
createdAt
|
|
152
|
+
updatedAt
|
|
153
|
+
name
|
|
154
|
+
caption
|
|
155
|
+
path
|
|
156
|
+
path512
|
|
157
|
+
path256
|
|
158
|
+
index
|
|
172
159
|
}
|
|
173
|
-
|
|
174
|
-
|
|
160
|
+
}
|
|
161
|
+
topicId
|
|
162
|
+
videos {
|
|
163
|
+
id
|
|
164
|
+
status
|
|
165
|
+
title
|
|
166
|
+
museId
|
|
167
|
+
thumbnail
|
|
168
|
+
concepts {
|
|
175
169
|
id
|
|
176
|
-
|
|
177
|
-
title
|
|
178
|
-
museId
|
|
179
|
-
thumbnail
|
|
180
|
-
concepts {
|
|
181
|
-
id
|
|
182
|
-
name
|
|
183
|
-
}
|
|
184
|
-
live
|
|
185
|
-
description
|
|
186
|
-
duration
|
|
170
|
+
name
|
|
187
171
|
}
|
|
172
|
+
live
|
|
173
|
+
description
|
|
174
|
+
duration
|
|
188
175
|
}
|
|
189
176
|
}
|
|
190
177
|
}
|