@quesmed/types 2.5.114 → 2.6.1

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.
Files changed (45) hide show
  1. package/dist/cjs/models/MockTest.d.ts +2 -1
  2. package/dist/cjs/models/MockTest.js +1 -0
  3. package/dist/cjs/models/Picture.d.ts +1 -0
  4. package/dist/cjs/resolvers/constants.js +2 -2
  5. package/dist/cjs/resolvers/fragments/blog.js +1 -0
  6. package/dist/cjs/resolvers/fragments/chapter.js +1 -0
  7. package/dist/cjs/resolvers/fragments/marksheet.js +3 -0
  8. package/dist/cjs/resolvers/fragments/picture.js +1 -0
  9. package/dist/cjs/resolvers/fragments/user.js +1 -0
  10. package/dist/cjs/resolvers/mutation/restricted/marksheet.js +63 -0
  11. package/dist/cjs/resolvers/mutation/restricted/todo.d.ts +2 -2
  12. package/dist/cjs/resolvers/mutation/restricted/todo.js +1 -0
  13. package/dist/cjs/resolvers/query/restricted/marksheet.d.ts +1 -1
  14. package/dist/cjs/resolvers/query/restricted/marksheet.js +66 -0
  15. package/dist/cjs/resolvers/query/restricted/quesBook.js +2 -0
  16. package/dist/cjs/resolvers/query/restricted/question.js +21 -0
  17. package/dist/cjs/resolvers/query/restricted/replication.js +4 -1
  18. package/dist/cjs/resolvers/query/restricted/todos.js +2 -0
  19. package/dist/cjs/resolvers/query/restricted/video.js +5 -0
  20. package/dist/cjs/resolvers/query/sample.d.ts +1 -1
  21. package/dist/cjs/resolvers/query/sample.js +3 -0
  22. package/dist/cjs/resolvers/query/video.js +6 -0
  23. package/dist/mjs/models/MockTest.d.ts +2 -1
  24. package/dist/mjs/models/MockTest.js +1 -0
  25. package/dist/mjs/models/Picture.d.ts +1 -0
  26. package/dist/mjs/resolvers/constants.js +2 -2
  27. package/dist/mjs/resolvers/fragments/blog.js +1 -0
  28. package/dist/mjs/resolvers/fragments/chapter.js +1 -0
  29. package/dist/mjs/resolvers/fragments/marksheet.js +3 -0
  30. package/dist/mjs/resolvers/fragments/picture.js +1 -0
  31. package/dist/mjs/resolvers/fragments/user.js +1 -0
  32. package/dist/mjs/resolvers/mutation/restricted/marksheet.js +63 -0
  33. package/dist/mjs/resolvers/mutation/restricted/todo.d.ts +2 -2
  34. package/dist/mjs/resolvers/mutation/restricted/todo.js +1 -0
  35. package/dist/mjs/resolvers/query/restricted/marksheet.d.ts +1 -1
  36. package/dist/mjs/resolvers/query/restricted/marksheet.js +66 -0
  37. package/dist/mjs/resolvers/query/restricted/quesBook.js +2 -0
  38. package/dist/mjs/resolvers/query/restricted/question.js +21 -0
  39. package/dist/mjs/resolvers/query/restricted/replication.js +4 -1
  40. package/dist/mjs/resolvers/query/restricted/todos.js +2 -0
  41. package/dist/mjs/resolvers/query/restricted/video.js +5 -0
  42. package/dist/mjs/resolvers/query/sample.d.ts +1 -1
  43. package/dist/mjs/resolvers/query/sample.js +3 -0
  44. package/dist/mjs/resolvers/query/video.js +6 -0
  45. package/package.json +1 -1
@@ -99,6 +99,7 @@ export const MARKSHEET = gql `
99
99
  path
100
100
  path512
101
101
  path256
102
+ thumbhash
102
103
  }
103
104
  }
104
105
  comments {
@@ -151,6 +152,7 @@ export const MARKSHEET = gql `
151
152
  path
152
153
  path512
153
154
  path256
155
+ thumbhash
154
156
  index
155
157
  topicId
156
158
  }
@@ -182,6 +184,7 @@ export const MARKSHEET = gql `
182
184
  path
183
185
  path512
184
186
  path256
187
+ thumbhash
185
188
  topicId
186
189
  }
187
190
  difficulty
@@ -226,6 +229,7 @@ export const MARKSHEET = gql `
226
229
  path
227
230
  path512
228
231
  path256
232
+ thumbhash
229
233
  }
230
234
  }
231
235
  comments {
@@ -273,6 +277,7 @@ export const MARKSHEET = gql `
273
277
  path
274
278
  path512
275
279
  path256
280
+ thumbhash
276
281
  index
277
282
  topicId
278
283
  }
@@ -304,6 +309,7 @@ export const MARKSHEET = gql `
304
309
  path
305
310
  path512
306
311
  path256
312
+ thumbhash
307
313
  topicId
308
314
  }
309
315
  difficulty
@@ -351,6 +357,7 @@ export const MARKSHEET = gql `
351
357
  path
352
358
  path512
353
359
  path256
360
+ thumbhash
354
361
  }
355
362
  }
356
363
  comments {
@@ -403,6 +410,7 @@ export const MARKSHEET = gql `
403
410
  path
404
411
  path512
405
412
  path256
413
+ thumbhash
406
414
  index
407
415
  topicId
408
416
  }
@@ -434,6 +442,7 @@ export const MARKSHEET = gql `
434
442
  path
435
443
  path512
436
444
  path256
445
+ thumbhash
437
446
  topicId
438
447
  }
439
448
  difficulty
@@ -478,6 +487,7 @@ export const MARKSHEET = gql `
478
487
  path
479
488
  path512
480
489
  path256
490
+ thumbhash
481
491
  }
482
492
  }
483
493
  comments {
@@ -530,6 +540,7 @@ export const MARKSHEET = gql `
530
540
  path
531
541
  path512
532
542
  path256
543
+ thumbhash
533
544
  index
534
545
  topicId
535
546
  }
@@ -561,6 +572,7 @@ export const MARKSHEET = gql `
561
572
  path
562
573
  path512
563
574
  path256
575
+ thumbhash
564
576
  topicId
565
577
  }
566
578
  difficulty
@@ -637,6 +649,7 @@ export const MARKSHEET = gql `
637
649
  path
638
650
  path512
639
651
  path256
652
+ thumbhash
640
653
  }
641
654
  }
642
655
  comments {
@@ -689,6 +702,7 @@ export const MARKSHEET = gql `
689
702
  path
690
703
  path512
691
704
  path256
705
+ thumbhash
692
706
  index
693
707
  topicId
694
708
  }
@@ -720,6 +734,7 @@ export const MARKSHEET = gql `
720
734
  path
721
735
  path512
722
736
  path256
737
+ thumbhash
723
738
  topicId
724
739
  }
725
740
  difficulty
@@ -764,6 +779,7 @@ export const MARKSHEET = gql `
764
779
  path
765
780
  path512
766
781
  path256
782
+ thumbhash
767
783
  }
768
784
  }
769
785
  comments {
@@ -816,6 +832,7 @@ export const MARKSHEET = gql `
816
832
  path
817
833
  path512
818
834
  path256
835
+ thumbhash
819
836
  index
820
837
  topicId
821
838
  }
@@ -847,6 +864,7 @@ export const MARKSHEET = gql `
847
864
  path
848
865
  path512
849
866
  path256
867
+ thumbhash
850
868
  topicId
851
869
  }
852
870
  difficulty
@@ -891,6 +909,7 @@ export const MARKSHEET = gql `
891
909
  path
892
910
  path512
893
911
  path256
912
+ thumbhash
894
913
  }
895
914
  }
896
915
  comments {
@@ -943,6 +962,7 @@ export const MARKSHEET = gql `
943
962
  path
944
963
  path512
945
964
  path256
965
+ thumbhash
946
966
  index
947
967
  topicId
948
968
  }
@@ -974,6 +994,7 @@ export const MARKSHEET = gql `
974
994
  path
975
995
  path512
976
996
  path256
997
+ thumbhash
977
998
  topicId
978
999
  }
979
1000
  difficulty
@@ -1110,6 +1131,7 @@ export const FLAGGED_QUESTIONS = gql `
1110
1131
  path
1111
1132
  path512
1112
1133
  path256
1134
+ thumbhash
1113
1135
  }
1114
1136
  }
1115
1137
  comments {
@@ -1161,6 +1183,7 @@ export const FLAGGED_QUESTIONS = gql `
1161
1183
  path
1162
1184
  path512
1163
1185
  path256
1186
+ thumbhash
1164
1187
  index
1165
1188
  topicId
1166
1189
  }
@@ -1192,6 +1215,7 @@ export const FLAGGED_QUESTIONS = gql `
1192
1215
  path
1193
1216
  path512
1194
1217
  path256
1218
+ thumbhash
1195
1219
  topicId
1196
1220
  }
1197
1221
  }
@@ -1239,6 +1263,7 @@ export const FLAGGED_QUESTIONS = gql `
1239
1263
  path
1240
1264
  path512
1241
1265
  path256
1266
+ thumbhash
1242
1267
  }
1243
1268
  }
1244
1269
  comments {
@@ -1291,6 +1316,7 @@ export const FLAGGED_QUESTIONS = gql `
1291
1316
  path
1292
1317
  path512
1293
1318
  path256
1319
+ thumbhash
1294
1320
  index
1295
1321
  topicId
1296
1322
  }
@@ -1322,6 +1348,7 @@ export const FLAGGED_QUESTIONS = gql `
1322
1348
  path
1323
1349
  path512
1324
1350
  path256
1351
+ thumbhash
1325
1352
  topicId
1326
1353
  }
1327
1354
  difficulty
@@ -1366,6 +1393,7 @@ export const FLAGGED_QUESTIONS = gql `
1366
1393
  path
1367
1394
  path512
1368
1395
  path256
1396
+ thumbhash
1369
1397
  }
1370
1398
  }
1371
1399
  comments {
@@ -1418,6 +1446,7 @@ export const FLAGGED_QUESTIONS = gql `
1418
1446
  path
1419
1447
  path512
1420
1448
  path256
1449
+ thumbhash
1421
1450
  index
1422
1451
  topicId
1423
1452
  }
@@ -1449,6 +1478,7 @@ export const FLAGGED_QUESTIONS = gql `
1449
1478
  path
1450
1479
  path512
1451
1480
  path256
1481
+ thumbhash
1452
1482
  topicId
1453
1483
  }
1454
1484
  difficulty
@@ -1496,6 +1526,7 @@ export const FLAGGED_QUESTIONS = gql `
1496
1526
  path
1497
1527
  path512
1498
1528
  path256
1529
+ thumbhash
1499
1530
  }
1500
1531
  }
1501
1532
  comments {
@@ -1548,6 +1579,7 @@ export const FLAGGED_QUESTIONS = gql `
1548
1579
  path
1549
1580
  path512
1550
1581
  path256
1582
+ thumbhash
1551
1583
  index
1552
1584
  topicId
1553
1585
  }
@@ -1579,6 +1611,7 @@ export const FLAGGED_QUESTIONS = gql `
1579
1611
  path
1580
1612
  path512
1581
1613
  path256
1614
+ thumbhash
1582
1615
  topicId
1583
1616
  }
1584
1617
  difficulty
@@ -1623,6 +1656,7 @@ export const FLAGGED_QUESTIONS = gql `
1623
1656
  path
1624
1657
  path512
1625
1658
  path256
1659
+ thumbhash
1626
1660
  }
1627
1661
  }
1628
1662
  comments {
@@ -1675,6 +1709,7 @@ export const FLAGGED_QUESTIONS = gql `
1675
1709
  path
1676
1710
  path512
1677
1711
  path256
1712
+ thumbhash
1678
1713
  index
1679
1714
  topicId
1680
1715
  }
@@ -1706,6 +1741,7 @@ export const FLAGGED_QUESTIONS = gql `
1706
1741
  path
1707
1742
  path512
1708
1743
  path256
1744
+ thumbhash
1709
1745
  topicId
1710
1746
  }
1711
1747
  difficulty
@@ -1782,6 +1818,7 @@ export const FLAGGED_QUESTIONS = gql `
1782
1818
  path
1783
1819
  path512
1784
1820
  path256
1821
+ thumbhash
1785
1822
  }
1786
1823
  }
1787
1824
  comments {
@@ -1834,6 +1871,7 @@ export const FLAGGED_QUESTIONS = gql `
1834
1871
  path
1835
1872
  path512
1836
1873
  path256
1874
+ thumbhash
1837
1875
  index
1838
1876
  topicId
1839
1877
  }
@@ -1865,6 +1903,7 @@ export const FLAGGED_QUESTIONS = gql `
1865
1903
  path
1866
1904
  path512
1867
1905
  path256
1906
+ thumbhash
1868
1907
  topicId
1869
1908
  }
1870
1909
  difficulty
@@ -1909,6 +1948,7 @@ export const FLAGGED_QUESTIONS = gql `
1909
1948
  path
1910
1949
  path512
1911
1950
  path256
1951
+ thumbhash
1912
1952
  }
1913
1953
  }
1914
1954
  comments {
@@ -1961,6 +2001,7 @@ export const FLAGGED_QUESTIONS = gql `
1961
2001
  path
1962
2002
  path512
1963
2003
  path256
2004
+ thumbhash
1964
2005
  index
1965
2006
  topicId
1966
2007
  }
@@ -1992,6 +2033,7 @@ export const FLAGGED_QUESTIONS = gql `
1992
2033
  path
1993
2034
  path512
1994
2035
  path256
2036
+ thumbhash
1995
2037
  topicId
1996
2038
  }
1997
2039
  difficulty
@@ -2036,6 +2078,7 @@ export const FLAGGED_QUESTIONS = gql `
2036
2078
  path
2037
2079
  path512
2038
2080
  path256
2081
+ thumbhash
2039
2082
  }
2040
2083
  }
2041
2084
  comments {
@@ -2088,6 +2131,7 @@ export const FLAGGED_QUESTIONS = gql `
2088
2131
  path
2089
2132
  path512
2090
2133
  path256
2134
+ thumbhash
2091
2135
  index
2092
2136
  topicId
2093
2137
  }
@@ -2119,6 +2163,7 @@ export const FLAGGED_QUESTIONS = gql `
2119
2163
  path
2120
2164
  path512
2121
2165
  path256
2166
+ thumbhash
2122
2167
  topicId
2123
2168
  }
2124
2169
  difficulty
@@ -2229,6 +2274,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2229
2274
  path
2230
2275
  path512
2231
2276
  path256
2277
+ thumbhash
2232
2278
  }
2233
2279
  }
2234
2280
  comments {
@@ -2281,6 +2327,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2281
2327
  path
2282
2328
  path512
2283
2329
  path256
2330
+ thumbhash
2284
2331
  index
2285
2332
  topicId
2286
2333
  }
@@ -2312,6 +2359,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2312
2359
  path
2313
2360
  path512
2314
2361
  path256
2362
+ thumbhash
2315
2363
  topicId
2316
2364
  }
2317
2365
  difficulty
@@ -2356,6 +2404,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2356
2404
  path
2357
2405
  path512
2358
2406
  path256
2407
+ thumbhash
2359
2408
  }
2360
2409
  }
2361
2410
  comments {
@@ -2408,6 +2457,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2408
2457
  path
2409
2458
  path512
2410
2459
  path256
2460
+ thumbhash
2411
2461
  index
2412
2462
  topicId
2413
2463
  }
@@ -2439,6 +2489,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2439
2489
  path
2440
2490
  path512
2441
2491
  path256
2492
+ thumbhash
2442
2493
  topicId
2443
2494
  }
2444
2495
  difficulty
@@ -2486,6 +2537,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2486
2537
  path
2487
2538
  path512
2488
2539
  path256
2540
+ thumbhash
2489
2541
  }
2490
2542
  }
2491
2543
  comments {
@@ -2538,6 +2590,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2538
2590
  path
2539
2591
  path512
2540
2592
  path256
2593
+ thumbhash
2541
2594
  index
2542
2595
  topicId
2543
2596
  }
@@ -2569,6 +2622,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2569
2622
  path
2570
2623
  path512
2571
2624
  path256
2625
+ thumbhash
2572
2626
  topicId
2573
2627
  }
2574
2628
  difficulty
@@ -2613,6 +2667,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2613
2667
  path
2614
2668
  path512
2615
2669
  path256
2670
+ thumbhash
2616
2671
  }
2617
2672
  }
2618
2673
  comments {
@@ -2665,6 +2720,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2665
2720
  path
2666
2721
  path512
2667
2722
  path256
2723
+ thumbhash
2668
2724
  index
2669
2725
  topicId
2670
2726
  }
@@ -2696,6 +2752,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2696
2752
  path
2697
2753
  path512
2698
2754
  path256
2755
+ thumbhash
2699
2756
  topicId
2700
2757
  }
2701
2758
  difficulty
@@ -2772,6 +2829,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2772
2829
  path
2773
2830
  path512
2774
2831
  path256
2832
+ thumbhash
2775
2833
  }
2776
2834
  }
2777
2835
  comments {
@@ -2824,6 +2882,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2824
2882
  path
2825
2883
  path512
2826
2884
  path256
2885
+ thumbhash
2827
2886
  index
2828
2887
  topicId
2829
2888
  }
@@ -2855,6 +2914,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2855
2914
  path
2856
2915
  path512
2857
2916
  path256
2917
+ thumbhash
2858
2918
  topicId
2859
2919
  }
2860
2920
  difficulty
@@ -2899,6 +2959,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2899
2959
  path
2900
2960
  path512
2901
2961
  path256
2962
+ thumbhash
2902
2963
  }
2903
2964
  }
2904
2965
  comments {
@@ -2951,6 +3012,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2951
3012
  path
2952
3013
  path512
2953
3014
  path256
3015
+ thumbhash
2954
3016
  index
2955
3017
  topicId
2956
3018
  }
@@ -2982,6 +3044,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
2982
3044
  path
2983
3045
  path512
2984
3046
  path256
3047
+ thumbhash
2985
3048
  topicId
2986
3049
  }
2987
3050
  difficulty
@@ -3026,6 +3089,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
3026
3089
  path
3027
3090
  path512
3028
3091
  path256
3092
+ thumbhash
3029
3093
  }
3030
3094
  }
3031
3095
  comments {
@@ -3078,6 +3142,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
3078
3142
  path
3079
3143
  path512
3080
3144
  path256
3145
+ thumbhash
3081
3146
  index
3082
3147
  topicId
3083
3148
  }
@@ -3109,6 +3174,7 @@ export const FLAGGED_QUESTIONS_MARKSHEET = gql `
3109
3174
  path
3110
3175
  path512
3111
3176
  path256
3177
+ thumbhash
3112
3178
  topicId
3113
3179
  }
3114
3180
  difficulty
@@ -36,6 +36,7 @@ export const QBANK_KNOWLEDGE_VIDEO_LIBRARY = gql `
36
36
  path
37
37
  path512
38
38
  path256
39
+ thumbhash
39
40
  index
40
41
  }
41
42
  }
@@ -94,6 +95,7 @@ export const PUBLIC_QBANK_KNOWLEDGE_LIBRARY = gql `
94
95
  path
95
96
  path512
96
97
  path256
98
+ thumbhash
97
99
  index
98
100
  }
99
101
  }
@@ -30,6 +30,7 @@ export const QUESTION = gql `
30
30
  path
31
31
  path512
32
32
  path256
33
+ thumbhash
33
34
  }
34
35
  }
35
36
  comments {
@@ -76,6 +77,7 @@ export const QUESTION = gql `
76
77
  path
77
78
  path512
78
79
  path256
80
+ thumbhash
79
81
  index
80
82
  topicId
81
83
  topic {
@@ -112,6 +114,7 @@ export const QUESTION = gql `
112
114
  path
113
115
  path512
114
116
  path256
117
+ thumbhash
115
118
  topicId
116
119
  topic {
117
120
  id
@@ -153,6 +156,7 @@ export const QUESTION = gql `
153
156
  path
154
157
  path512
155
158
  path256
159
+ thumbhash
156
160
  }
157
161
  }
158
162
  comments {
@@ -199,6 +203,7 @@ export const QUESTION = gql `
199
203
  path
200
204
  path512
201
205
  path256
206
+ thumbhash
202
207
  index
203
208
  topicId
204
209
  topic {
@@ -235,6 +240,7 @@ export const QUESTION = gql `
235
240
  path
236
241
  path512
237
242
  path256
243
+ thumbhash
238
244
  topicId
239
245
  topic {
240
246
  id
@@ -279,6 +285,7 @@ export const QUESTION = gql `
279
285
  path
280
286
  path512
281
287
  path256
288
+ thumbhash
282
289
  }
283
290
  }
284
291
  comments {
@@ -325,6 +332,7 @@ export const QUESTION = gql `
325
332
  path
326
333
  path512
327
334
  path256
335
+ thumbhash
328
336
  index
329
337
  topicId
330
338
  topic {
@@ -361,6 +369,7 @@ export const QUESTION = gql `
361
369
  path
362
370
  path512
363
371
  path256
372
+ thumbhash
364
373
  topicId
365
374
  topic {
366
375
  id
@@ -402,6 +411,7 @@ export const QUESTION = gql `
402
411
  path
403
412
  path512
404
413
  path256
414
+ thumbhash
405
415
  }
406
416
  }
407
417
  comments {
@@ -448,6 +458,7 @@ export const QUESTION = gql `
448
458
  path
449
459
  path512
450
460
  path256
461
+ thumbhash
451
462
  index
452
463
  topicId
453
464
  topic {
@@ -484,6 +495,7 @@ export const QUESTION = gql `
484
495
  path
485
496
  path512
486
497
  path256
498
+ thumbhash
487
499
  topicId
488
500
  topic {
489
501
  id
@@ -565,6 +577,7 @@ export const QUESTION = gql `
565
577
  path
566
578
  path512
567
579
  path256
580
+ thumbhash
568
581
  }
569
582
  }
570
583
  comments {
@@ -616,6 +629,7 @@ export const QUESTION = gql `
616
629
  path
617
630
  path512
618
631
  path256
632
+ thumbhash
619
633
  index
620
634
  topicId
621
635
  }
@@ -647,6 +661,7 @@ export const QUESTION = gql `
647
661
  path
648
662
  path512
649
663
  path256
664
+ thumbhash
650
665
  topicId
651
666
  }
652
667
  difficulty
@@ -691,6 +706,7 @@ export const QUESTION = gql `
691
706
  path
692
707
  path512
693
708
  path256
709
+ thumbhash
694
710
  }
695
711
  }
696
712
  comments {
@@ -742,6 +758,7 @@ export const QUESTION = gql `
742
758
  path
743
759
  path512
744
760
  path256
761
+ thumbhash
745
762
  index
746
763
  topicId
747
764
  }
@@ -773,6 +790,7 @@ export const QUESTION = gql `
773
790
  path
774
791
  path512
775
792
  path256
793
+ thumbhash
776
794
  topicId
777
795
  }
778
796
  difficulty
@@ -817,6 +835,7 @@ export const QUESTION = gql `
817
835
  path
818
836
  path512
819
837
  path256
838
+ thumbhash
820
839
  }
821
840
  }
822
841
  comments {
@@ -868,6 +887,7 @@ export const QUESTION = gql `
868
887
  path
869
888
  path512
870
889
  path256
890
+ thumbhash
871
891
  index
872
892
  topicId
873
893
  }
@@ -899,6 +919,7 @@ export const QUESTION = gql `
899
919
  path
900
920
  path512
901
921
  path256
922
+ thumbhash
902
923
  topicId
903
924
  }
904
925
  difficulty
@@ -68,6 +68,7 @@ const questionReplicationQuery = `query QuestionReplication($lastId: String!, $m
68
68
  path
69
69
  path512
70
70
  path256
71
+ thumbhash
71
72
  }
72
73
  }
73
74
  pictures {
@@ -85,8 +86,9 @@ const questionReplicationQuery = `query QuestionReplication($lastId: String!, $m
85
86
  caption
86
87
  path
87
88
  path512
88
- topicId
89
89
  path256
90
+ thumbhash
91
+ topicId
90
92
  }
91
93
  }
92
94
  difficulty
@@ -164,6 +166,7 @@ const osceStationReplicationQuery = `query OsceStationReplication($lastId: Strin
164
166
  path
165
167
  path512
166
168
  path256
169
+ thumbhash
167
170
  topicId
168
171
  topic {
169
172
  ...TopicFields
@@ -68,6 +68,7 @@ export const TODO = gql `
68
68
  path
69
69
  path512
70
70
  path256
71
+ thumbhash
71
72
  index
72
73
  }
73
74
  }
@@ -82,6 +83,7 @@ export const TODO = gql `
82
83
  path
83
84
  path512
84
85
  path256
86
+ thumbhash
85
87
  }
86
88
  }
87
89
  }