@quesmed/types 2.1.21 → 2.1.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.
- package/dist/cjs/resolvers/fragments/marksheet.js +26 -0
- package/dist/cjs/resolvers/query/restricted/marksheet.js +234 -0
- package/dist/cjs/resolvers/query/restricted/quesBook.js +5 -0
- package/dist/cjs/resolvers/query/restricted/replication.js +10 -0
- package/dist/cjs/resolvers/query/restricted/todos.js +21 -0
- package/dist/cjs/resolvers/query/restricted/video.js +21 -0
- package/dist/cjs/resolvers/query/sample.js +42 -0
- package/dist/cjs/resolvers/query/video.js +32 -0
- package/dist/mjs/resolvers/fragments/marksheet.js +26 -0
- package/dist/mjs/resolvers/query/restricted/marksheet.js +234 -0
- package/dist/mjs/resolvers/query/restricted/quesBook.js +5 -0
- package/dist/mjs/resolvers/query/restricted/replication.js +10 -0
- package/dist/mjs/resolvers/query/restricted/todos.js +21 -0
- package/dist/mjs/resolvers/query/restricted/video.js +21 -0
- package/dist/mjs/resolvers/query/sample.js +42 -0
- package/dist/mjs/resolvers/query/video.js +32 -0
- package/package.json +1 -1
|
@@ -31,6 +31,16 @@ exports.MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
|
|
|
31
31
|
label
|
|
32
32
|
answer
|
|
33
33
|
votes
|
|
34
|
+
picture {
|
|
35
|
+
id
|
|
36
|
+
createdAt
|
|
37
|
+
updatedAt
|
|
38
|
+
name
|
|
39
|
+
caption
|
|
40
|
+
path
|
|
41
|
+
path512
|
|
42
|
+
path256
|
|
43
|
+
}
|
|
34
44
|
}
|
|
35
45
|
comments {
|
|
36
46
|
id
|
|
@@ -64,6 +74,22 @@ exports.MARKSHEET_MARK_FIELDS = (0, client_1.gql) `
|
|
|
64
74
|
chapter {
|
|
65
75
|
id
|
|
66
76
|
explanation
|
|
77
|
+
pictures {
|
|
78
|
+
id
|
|
79
|
+
createdAt
|
|
80
|
+
updatedAt
|
|
81
|
+
name
|
|
82
|
+
caption
|
|
83
|
+
path
|
|
84
|
+
path512
|
|
85
|
+
path256
|
|
86
|
+
topicId
|
|
87
|
+
topic {
|
|
88
|
+
id
|
|
89
|
+
name
|
|
90
|
+
typeId
|
|
91
|
+
}
|
|
92
|
+
}
|
|
67
93
|
}
|
|
68
94
|
videos {
|
|
69
95
|
id
|
|
@@ -41,6 +41,16 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
41
41
|
label
|
|
42
42
|
answer
|
|
43
43
|
votes
|
|
44
|
+
picture {
|
|
45
|
+
id
|
|
46
|
+
createdAt
|
|
47
|
+
updatedAt
|
|
48
|
+
name
|
|
49
|
+
caption
|
|
50
|
+
path
|
|
51
|
+
path512
|
|
52
|
+
path256
|
|
53
|
+
}
|
|
44
54
|
}
|
|
45
55
|
comments {
|
|
46
56
|
id
|
|
@@ -74,6 +84,22 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
74
84
|
chapter {
|
|
75
85
|
id
|
|
76
86
|
explanation
|
|
87
|
+
pictures {
|
|
88
|
+
id
|
|
89
|
+
createdAt
|
|
90
|
+
updatedAt
|
|
91
|
+
name
|
|
92
|
+
caption
|
|
93
|
+
path
|
|
94
|
+
path512
|
|
95
|
+
path256
|
|
96
|
+
topicId
|
|
97
|
+
topic {
|
|
98
|
+
id
|
|
99
|
+
name
|
|
100
|
+
typeId
|
|
101
|
+
}
|
|
102
|
+
}
|
|
77
103
|
}
|
|
78
104
|
videos {
|
|
79
105
|
id
|
|
@@ -132,6 +158,16 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
132
158
|
label
|
|
133
159
|
answer
|
|
134
160
|
votes
|
|
161
|
+
picture {
|
|
162
|
+
id
|
|
163
|
+
createdAt
|
|
164
|
+
updatedAt
|
|
165
|
+
name
|
|
166
|
+
caption
|
|
167
|
+
path
|
|
168
|
+
path512
|
|
169
|
+
path256
|
|
170
|
+
}
|
|
135
171
|
}
|
|
136
172
|
comments {
|
|
137
173
|
id
|
|
@@ -165,6 +201,22 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
165
201
|
chapter {
|
|
166
202
|
id
|
|
167
203
|
explanation
|
|
204
|
+
pictures {
|
|
205
|
+
id
|
|
206
|
+
createdAt
|
|
207
|
+
updatedAt
|
|
208
|
+
name
|
|
209
|
+
caption
|
|
210
|
+
path
|
|
211
|
+
path512
|
|
212
|
+
path256
|
|
213
|
+
topicId
|
|
214
|
+
topic {
|
|
215
|
+
id
|
|
216
|
+
name
|
|
217
|
+
typeId
|
|
218
|
+
}
|
|
219
|
+
}
|
|
168
220
|
}
|
|
169
221
|
videos {
|
|
170
222
|
id
|
|
@@ -226,6 +278,16 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
226
278
|
label
|
|
227
279
|
answer
|
|
228
280
|
votes
|
|
281
|
+
picture {
|
|
282
|
+
id
|
|
283
|
+
createdAt
|
|
284
|
+
updatedAt
|
|
285
|
+
name
|
|
286
|
+
caption
|
|
287
|
+
path
|
|
288
|
+
path512
|
|
289
|
+
path256
|
|
290
|
+
}
|
|
229
291
|
}
|
|
230
292
|
comments {
|
|
231
293
|
id
|
|
@@ -259,6 +321,22 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
259
321
|
chapter {
|
|
260
322
|
id
|
|
261
323
|
explanation
|
|
324
|
+
pictures {
|
|
325
|
+
id
|
|
326
|
+
createdAt
|
|
327
|
+
updatedAt
|
|
328
|
+
name
|
|
329
|
+
caption
|
|
330
|
+
path
|
|
331
|
+
path512
|
|
332
|
+
path256
|
|
333
|
+
topicId
|
|
334
|
+
topic {
|
|
335
|
+
id
|
|
336
|
+
name
|
|
337
|
+
typeId
|
|
338
|
+
}
|
|
339
|
+
}
|
|
262
340
|
}
|
|
263
341
|
videos {
|
|
264
342
|
id
|
|
@@ -317,6 +395,16 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
317
395
|
label
|
|
318
396
|
answer
|
|
319
397
|
votes
|
|
398
|
+
picture {
|
|
399
|
+
id
|
|
400
|
+
createdAt
|
|
401
|
+
updatedAt
|
|
402
|
+
name
|
|
403
|
+
caption
|
|
404
|
+
path
|
|
405
|
+
path512
|
|
406
|
+
path256
|
|
407
|
+
}
|
|
320
408
|
}
|
|
321
409
|
comments {
|
|
322
410
|
id
|
|
@@ -350,6 +438,22 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
350
438
|
chapter {
|
|
351
439
|
id
|
|
352
440
|
explanation
|
|
441
|
+
pictures {
|
|
442
|
+
id
|
|
443
|
+
createdAt
|
|
444
|
+
updatedAt
|
|
445
|
+
name
|
|
446
|
+
caption
|
|
447
|
+
path
|
|
448
|
+
path512
|
|
449
|
+
path256
|
|
450
|
+
topicId
|
|
451
|
+
topic {
|
|
452
|
+
id
|
|
453
|
+
name
|
|
454
|
+
typeId
|
|
455
|
+
}
|
|
456
|
+
}
|
|
353
457
|
}
|
|
354
458
|
videos {
|
|
355
459
|
id
|
|
@@ -488,6 +592,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
488
592
|
label
|
|
489
593
|
answer
|
|
490
594
|
votes
|
|
595
|
+
picture {
|
|
596
|
+
id
|
|
597
|
+
createdAt
|
|
598
|
+
updatedAt
|
|
599
|
+
name
|
|
600
|
+
caption
|
|
601
|
+
path
|
|
602
|
+
path512
|
|
603
|
+
path256
|
|
604
|
+
}
|
|
491
605
|
}
|
|
492
606
|
comments {
|
|
493
607
|
id
|
|
@@ -521,6 +635,22 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
521
635
|
chapter {
|
|
522
636
|
id
|
|
523
637
|
explanation
|
|
638
|
+
pictures {
|
|
639
|
+
id
|
|
640
|
+
createdAt
|
|
641
|
+
updatedAt
|
|
642
|
+
name
|
|
643
|
+
caption
|
|
644
|
+
path
|
|
645
|
+
path512
|
|
646
|
+
path256
|
|
647
|
+
topicId
|
|
648
|
+
topic {
|
|
649
|
+
id
|
|
650
|
+
name
|
|
651
|
+
typeId
|
|
652
|
+
}
|
|
653
|
+
}
|
|
524
654
|
}
|
|
525
655
|
videos {
|
|
526
656
|
id
|
|
@@ -581,6 +711,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
581
711
|
label
|
|
582
712
|
answer
|
|
583
713
|
votes
|
|
714
|
+
picture {
|
|
715
|
+
id
|
|
716
|
+
createdAt
|
|
717
|
+
updatedAt
|
|
718
|
+
name
|
|
719
|
+
caption
|
|
720
|
+
path
|
|
721
|
+
path512
|
|
722
|
+
path256
|
|
723
|
+
}
|
|
584
724
|
}
|
|
585
725
|
comments {
|
|
586
726
|
id
|
|
@@ -614,6 +754,22 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
614
754
|
chapter {
|
|
615
755
|
id
|
|
616
756
|
explanation
|
|
757
|
+
pictures {
|
|
758
|
+
id
|
|
759
|
+
createdAt
|
|
760
|
+
updatedAt
|
|
761
|
+
name
|
|
762
|
+
caption
|
|
763
|
+
path
|
|
764
|
+
path512
|
|
765
|
+
path256
|
|
766
|
+
topicId
|
|
767
|
+
topic {
|
|
768
|
+
id
|
|
769
|
+
name
|
|
770
|
+
typeId
|
|
771
|
+
}
|
|
772
|
+
}
|
|
617
773
|
}
|
|
618
774
|
videos {
|
|
619
775
|
id
|
|
@@ -672,6 +828,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
672
828
|
label
|
|
673
829
|
answer
|
|
674
830
|
votes
|
|
831
|
+
picture {
|
|
832
|
+
id
|
|
833
|
+
createdAt
|
|
834
|
+
updatedAt
|
|
835
|
+
name
|
|
836
|
+
caption
|
|
837
|
+
path
|
|
838
|
+
path512
|
|
839
|
+
path256
|
|
840
|
+
}
|
|
675
841
|
}
|
|
676
842
|
comments {
|
|
677
843
|
id
|
|
@@ -705,6 +871,22 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
705
871
|
chapter {
|
|
706
872
|
id
|
|
707
873
|
explanation
|
|
874
|
+
pictures {
|
|
875
|
+
id
|
|
876
|
+
createdAt
|
|
877
|
+
updatedAt
|
|
878
|
+
name
|
|
879
|
+
caption
|
|
880
|
+
path
|
|
881
|
+
path512
|
|
882
|
+
path256
|
|
883
|
+
topicId
|
|
884
|
+
topic {
|
|
885
|
+
id
|
|
886
|
+
name
|
|
887
|
+
typeId
|
|
888
|
+
}
|
|
889
|
+
}
|
|
708
890
|
}
|
|
709
891
|
videos {
|
|
710
892
|
id
|
|
@@ -766,6 +948,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
766
948
|
label
|
|
767
949
|
answer
|
|
768
950
|
votes
|
|
951
|
+
picture {
|
|
952
|
+
id
|
|
953
|
+
createdAt
|
|
954
|
+
updatedAt
|
|
955
|
+
name
|
|
956
|
+
caption
|
|
957
|
+
path
|
|
958
|
+
path512
|
|
959
|
+
path256
|
|
960
|
+
}
|
|
769
961
|
}
|
|
770
962
|
comments {
|
|
771
963
|
id
|
|
@@ -799,6 +991,22 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
799
991
|
chapter {
|
|
800
992
|
id
|
|
801
993
|
explanation
|
|
994
|
+
pictures {
|
|
995
|
+
id
|
|
996
|
+
createdAt
|
|
997
|
+
updatedAt
|
|
998
|
+
name
|
|
999
|
+
caption
|
|
1000
|
+
path
|
|
1001
|
+
path512
|
|
1002
|
+
path256
|
|
1003
|
+
topicId
|
|
1004
|
+
topic {
|
|
1005
|
+
id
|
|
1006
|
+
name
|
|
1007
|
+
typeId
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
802
1010
|
}
|
|
803
1011
|
videos {
|
|
804
1012
|
id
|
|
@@ -857,6 +1065,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
857
1065
|
label
|
|
858
1066
|
answer
|
|
859
1067
|
votes
|
|
1068
|
+
picture {
|
|
1069
|
+
id
|
|
1070
|
+
createdAt
|
|
1071
|
+
updatedAt
|
|
1072
|
+
name
|
|
1073
|
+
caption
|
|
1074
|
+
path
|
|
1075
|
+
path512
|
|
1076
|
+
path256
|
|
1077
|
+
}
|
|
860
1078
|
}
|
|
861
1079
|
comments {
|
|
862
1080
|
id
|
|
@@ -890,6 +1108,22 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
890
1108
|
chapter {
|
|
891
1109
|
id
|
|
892
1110
|
explanation
|
|
1111
|
+
pictures {
|
|
1112
|
+
id
|
|
1113
|
+
createdAt
|
|
1114
|
+
updatedAt
|
|
1115
|
+
name
|
|
1116
|
+
caption
|
|
1117
|
+
path
|
|
1118
|
+
path512
|
|
1119
|
+
path256
|
|
1120
|
+
topicId
|
|
1121
|
+
topic {
|
|
1122
|
+
id
|
|
1123
|
+
name
|
|
1124
|
+
typeId
|
|
1125
|
+
}
|
|
1126
|
+
}
|
|
893
1127
|
}
|
|
894
1128
|
videos {
|
|
895
1129
|
id
|
|
@@ -39,23 +39,44 @@ exports.TODO = (0, client_1.gql) `
|
|
|
39
39
|
question
|
|
40
40
|
explanation
|
|
41
41
|
concept {
|
|
42
|
+
id
|
|
42
43
|
videos {
|
|
43
44
|
id
|
|
44
45
|
title
|
|
45
46
|
museId
|
|
46
47
|
thumbnail
|
|
47
48
|
concepts {
|
|
49
|
+
id
|
|
48
50
|
name
|
|
49
51
|
}
|
|
50
52
|
live
|
|
51
53
|
description
|
|
52
54
|
duration
|
|
53
55
|
}
|
|
56
|
+
chapter {
|
|
57
|
+
id
|
|
58
|
+
explanation
|
|
59
|
+
pictures {
|
|
60
|
+
id
|
|
61
|
+
createdAt
|
|
62
|
+
updatedAt
|
|
63
|
+
name
|
|
64
|
+
caption
|
|
65
|
+
path
|
|
66
|
+
path512
|
|
67
|
+
path256
|
|
68
|
+
}
|
|
69
|
+
}
|
|
54
70
|
}
|
|
55
71
|
pictures {
|
|
56
72
|
id
|
|
73
|
+
createdAt
|
|
74
|
+
updatedAt
|
|
75
|
+
name
|
|
57
76
|
caption
|
|
58
77
|
path
|
|
78
|
+
path512
|
|
79
|
+
path256
|
|
59
80
|
}
|
|
60
81
|
}
|
|
61
82
|
}
|
|
@@ -18,6 +18,17 @@ exports.VIDEO = (0, client_1.gql) `
|
|
|
18
18
|
chapter {
|
|
19
19
|
id
|
|
20
20
|
explanation
|
|
21
|
+
pictures {
|
|
22
|
+
id
|
|
23
|
+
createdAt
|
|
24
|
+
updatedAt
|
|
25
|
+
name
|
|
26
|
+
caption
|
|
27
|
+
path
|
|
28
|
+
path512
|
|
29
|
+
path256
|
|
30
|
+
topicId
|
|
31
|
+
}
|
|
21
32
|
}
|
|
22
33
|
}
|
|
23
34
|
osceStation {
|
|
@@ -149,6 +160,16 @@ exports.VIDEOS = (0, client_1.gql) `
|
|
|
149
160
|
chapter {
|
|
150
161
|
id
|
|
151
162
|
explanation
|
|
163
|
+
pictures {
|
|
164
|
+
id
|
|
165
|
+
createdAt
|
|
166
|
+
updatedAt
|
|
167
|
+
name
|
|
168
|
+
caption
|
|
169
|
+
path
|
|
170
|
+
path512
|
|
171
|
+
path256
|
|
172
|
+
}
|
|
152
173
|
}
|
|
153
174
|
}
|
|
154
175
|
}
|
|
@@ -45,6 +45,22 @@ exports.SAMPLE_MARKSHEET = (0, client_1.gql) `
|
|
|
45
45
|
chapter {
|
|
46
46
|
id
|
|
47
47
|
explanation
|
|
48
|
+
pictures {
|
|
49
|
+
id
|
|
50
|
+
createdAt
|
|
51
|
+
updatedAt
|
|
52
|
+
name
|
|
53
|
+
caption
|
|
54
|
+
path
|
|
55
|
+
path512
|
|
56
|
+
path256
|
|
57
|
+
topicId
|
|
58
|
+
topic {
|
|
59
|
+
id
|
|
60
|
+
name
|
|
61
|
+
typeId
|
|
62
|
+
}
|
|
63
|
+
}
|
|
48
64
|
}
|
|
49
65
|
}
|
|
50
66
|
question
|
|
@@ -56,6 +72,16 @@ exports.SAMPLE_MARKSHEET = (0, client_1.gql) `
|
|
|
56
72
|
label
|
|
57
73
|
answer
|
|
58
74
|
votes
|
|
75
|
+
picture {
|
|
76
|
+
id
|
|
77
|
+
createdAt
|
|
78
|
+
updatedAt
|
|
79
|
+
name
|
|
80
|
+
caption
|
|
81
|
+
path
|
|
82
|
+
path512
|
|
83
|
+
path256
|
|
84
|
+
}
|
|
59
85
|
}
|
|
60
86
|
}
|
|
61
87
|
}
|
|
@@ -82,6 +108,22 @@ exports.SAMPLE_TODO = (0, client_1.gql) `
|
|
|
82
108
|
chapter {
|
|
83
109
|
id
|
|
84
110
|
explanation
|
|
111
|
+
pictures {
|
|
112
|
+
id
|
|
113
|
+
createdAt
|
|
114
|
+
updatedAt
|
|
115
|
+
name
|
|
116
|
+
caption
|
|
117
|
+
path
|
|
118
|
+
path512
|
|
119
|
+
path256
|
|
120
|
+
topicId
|
|
121
|
+
topic {
|
|
122
|
+
id
|
|
123
|
+
name
|
|
124
|
+
typeId
|
|
125
|
+
}
|
|
126
|
+
}
|
|
85
127
|
}
|
|
86
128
|
}
|
|
87
129
|
}
|
|
@@ -38,6 +38,22 @@ exports.SAMPLE_VIDEOS = (0, client_1.gql) `
|
|
|
38
38
|
chapter {
|
|
39
39
|
id
|
|
40
40
|
explanation
|
|
41
|
+
pictures {
|
|
42
|
+
id
|
|
43
|
+
createdAt
|
|
44
|
+
updatedAt
|
|
45
|
+
name
|
|
46
|
+
caption
|
|
47
|
+
path
|
|
48
|
+
path512
|
|
49
|
+
path256
|
|
50
|
+
topicId
|
|
51
|
+
topic {
|
|
52
|
+
id
|
|
53
|
+
name
|
|
54
|
+
typeId
|
|
55
|
+
}
|
|
56
|
+
}
|
|
41
57
|
}
|
|
42
58
|
}
|
|
43
59
|
}
|
|
@@ -58,6 +74,22 @@ exports.SAMPLE_VIDEO = (0, client_1.gql) `
|
|
|
58
74
|
chapter {
|
|
59
75
|
id
|
|
60
76
|
explanation
|
|
77
|
+
pictures {
|
|
78
|
+
id
|
|
79
|
+
createdAt
|
|
80
|
+
updatedAt
|
|
81
|
+
name
|
|
82
|
+
caption
|
|
83
|
+
path
|
|
84
|
+
path512
|
|
85
|
+
path256
|
|
86
|
+
topicId
|
|
87
|
+
topic {
|
|
88
|
+
id
|
|
89
|
+
name
|
|
90
|
+
typeId
|
|
91
|
+
}
|
|
92
|
+
}
|
|
61
93
|
}
|
|
62
94
|
}
|
|
63
95
|
osceStation {
|
|
@@ -28,6 +28,16 @@ export const MARKSHEET_MARK_FIELDS = gql `
|
|
|
28
28
|
label
|
|
29
29
|
answer
|
|
30
30
|
votes
|
|
31
|
+
picture {
|
|
32
|
+
id
|
|
33
|
+
createdAt
|
|
34
|
+
updatedAt
|
|
35
|
+
name
|
|
36
|
+
caption
|
|
37
|
+
path
|
|
38
|
+
path512
|
|
39
|
+
path256
|
|
40
|
+
}
|
|
31
41
|
}
|
|
32
42
|
comments {
|
|
33
43
|
id
|
|
@@ -61,6 +71,22 @@ export const MARKSHEET_MARK_FIELDS = gql `
|
|
|
61
71
|
chapter {
|
|
62
72
|
id
|
|
63
73
|
explanation
|
|
74
|
+
pictures {
|
|
75
|
+
id
|
|
76
|
+
createdAt
|
|
77
|
+
updatedAt
|
|
78
|
+
name
|
|
79
|
+
caption
|
|
80
|
+
path
|
|
81
|
+
path512
|
|
82
|
+
path256
|
|
83
|
+
topicId
|
|
84
|
+
topic {
|
|
85
|
+
id
|
|
86
|
+
name
|
|
87
|
+
typeId
|
|
88
|
+
}
|
|
89
|
+
}
|
|
64
90
|
}
|
|
65
91
|
videos {
|
|
66
92
|
id
|
|
@@ -38,6 +38,16 @@ export const MARKSHEET = gql `
|
|
|
38
38
|
label
|
|
39
39
|
answer
|
|
40
40
|
votes
|
|
41
|
+
picture {
|
|
42
|
+
id
|
|
43
|
+
createdAt
|
|
44
|
+
updatedAt
|
|
45
|
+
name
|
|
46
|
+
caption
|
|
47
|
+
path
|
|
48
|
+
path512
|
|
49
|
+
path256
|
|
50
|
+
}
|
|
41
51
|
}
|
|
42
52
|
comments {
|
|
43
53
|
id
|
|
@@ -71,6 +81,22 @@ export const MARKSHEET = gql `
|
|
|
71
81
|
chapter {
|
|
72
82
|
id
|
|
73
83
|
explanation
|
|
84
|
+
pictures {
|
|
85
|
+
id
|
|
86
|
+
createdAt
|
|
87
|
+
updatedAt
|
|
88
|
+
name
|
|
89
|
+
caption
|
|
90
|
+
path
|
|
91
|
+
path512
|
|
92
|
+
path256
|
|
93
|
+
topicId
|
|
94
|
+
topic {
|
|
95
|
+
id
|
|
96
|
+
name
|
|
97
|
+
typeId
|
|
98
|
+
}
|
|
99
|
+
}
|
|
74
100
|
}
|
|
75
101
|
videos {
|
|
76
102
|
id
|
|
@@ -129,6 +155,16 @@ export const MARKSHEET = gql `
|
|
|
129
155
|
label
|
|
130
156
|
answer
|
|
131
157
|
votes
|
|
158
|
+
picture {
|
|
159
|
+
id
|
|
160
|
+
createdAt
|
|
161
|
+
updatedAt
|
|
162
|
+
name
|
|
163
|
+
caption
|
|
164
|
+
path
|
|
165
|
+
path512
|
|
166
|
+
path256
|
|
167
|
+
}
|
|
132
168
|
}
|
|
133
169
|
comments {
|
|
134
170
|
id
|
|
@@ -162,6 +198,22 @@ export const MARKSHEET = gql `
|
|
|
162
198
|
chapter {
|
|
163
199
|
id
|
|
164
200
|
explanation
|
|
201
|
+
pictures {
|
|
202
|
+
id
|
|
203
|
+
createdAt
|
|
204
|
+
updatedAt
|
|
205
|
+
name
|
|
206
|
+
caption
|
|
207
|
+
path
|
|
208
|
+
path512
|
|
209
|
+
path256
|
|
210
|
+
topicId
|
|
211
|
+
topic {
|
|
212
|
+
id
|
|
213
|
+
name
|
|
214
|
+
typeId
|
|
215
|
+
}
|
|
216
|
+
}
|
|
165
217
|
}
|
|
166
218
|
videos {
|
|
167
219
|
id
|
|
@@ -223,6 +275,16 @@ export const MARKSHEET = gql `
|
|
|
223
275
|
label
|
|
224
276
|
answer
|
|
225
277
|
votes
|
|
278
|
+
picture {
|
|
279
|
+
id
|
|
280
|
+
createdAt
|
|
281
|
+
updatedAt
|
|
282
|
+
name
|
|
283
|
+
caption
|
|
284
|
+
path
|
|
285
|
+
path512
|
|
286
|
+
path256
|
|
287
|
+
}
|
|
226
288
|
}
|
|
227
289
|
comments {
|
|
228
290
|
id
|
|
@@ -256,6 +318,22 @@ export const MARKSHEET = gql `
|
|
|
256
318
|
chapter {
|
|
257
319
|
id
|
|
258
320
|
explanation
|
|
321
|
+
pictures {
|
|
322
|
+
id
|
|
323
|
+
createdAt
|
|
324
|
+
updatedAt
|
|
325
|
+
name
|
|
326
|
+
caption
|
|
327
|
+
path
|
|
328
|
+
path512
|
|
329
|
+
path256
|
|
330
|
+
topicId
|
|
331
|
+
topic {
|
|
332
|
+
id
|
|
333
|
+
name
|
|
334
|
+
typeId
|
|
335
|
+
}
|
|
336
|
+
}
|
|
259
337
|
}
|
|
260
338
|
videos {
|
|
261
339
|
id
|
|
@@ -314,6 +392,16 @@ export const MARKSHEET = gql `
|
|
|
314
392
|
label
|
|
315
393
|
answer
|
|
316
394
|
votes
|
|
395
|
+
picture {
|
|
396
|
+
id
|
|
397
|
+
createdAt
|
|
398
|
+
updatedAt
|
|
399
|
+
name
|
|
400
|
+
caption
|
|
401
|
+
path
|
|
402
|
+
path512
|
|
403
|
+
path256
|
|
404
|
+
}
|
|
317
405
|
}
|
|
318
406
|
comments {
|
|
319
407
|
id
|
|
@@ -347,6 +435,22 @@ export const MARKSHEET = gql `
|
|
|
347
435
|
chapter {
|
|
348
436
|
id
|
|
349
437
|
explanation
|
|
438
|
+
pictures {
|
|
439
|
+
id
|
|
440
|
+
createdAt
|
|
441
|
+
updatedAt
|
|
442
|
+
name
|
|
443
|
+
caption
|
|
444
|
+
path
|
|
445
|
+
path512
|
|
446
|
+
path256
|
|
447
|
+
topicId
|
|
448
|
+
topic {
|
|
449
|
+
id
|
|
450
|
+
name
|
|
451
|
+
typeId
|
|
452
|
+
}
|
|
453
|
+
}
|
|
350
454
|
}
|
|
351
455
|
videos {
|
|
352
456
|
id
|
|
@@ -485,6 +589,16 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
485
589
|
label
|
|
486
590
|
answer
|
|
487
591
|
votes
|
|
592
|
+
picture {
|
|
593
|
+
id
|
|
594
|
+
createdAt
|
|
595
|
+
updatedAt
|
|
596
|
+
name
|
|
597
|
+
caption
|
|
598
|
+
path
|
|
599
|
+
path512
|
|
600
|
+
path256
|
|
601
|
+
}
|
|
488
602
|
}
|
|
489
603
|
comments {
|
|
490
604
|
id
|
|
@@ -518,6 +632,22 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
518
632
|
chapter {
|
|
519
633
|
id
|
|
520
634
|
explanation
|
|
635
|
+
pictures {
|
|
636
|
+
id
|
|
637
|
+
createdAt
|
|
638
|
+
updatedAt
|
|
639
|
+
name
|
|
640
|
+
caption
|
|
641
|
+
path
|
|
642
|
+
path512
|
|
643
|
+
path256
|
|
644
|
+
topicId
|
|
645
|
+
topic {
|
|
646
|
+
id
|
|
647
|
+
name
|
|
648
|
+
typeId
|
|
649
|
+
}
|
|
650
|
+
}
|
|
521
651
|
}
|
|
522
652
|
videos {
|
|
523
653
|
id
|
|
@@ -578,6 +708,16 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
578
708
|
label
|
|
579
709
|
answer
|
|
580
710
|
votes
|
|
711
|
+
picture {
|
|
712
|
+
id
|
|
713
|
+
createdAt
|
|
714
|
+
updatedAt
|
|
715
|
+
name
|
|
716
|
+
caption
|
|
717
|
+
path
|
|
718
|
+
path512
|
|
719
|
+
path256
|
|
720
|
+
}
|
|
581
721
|
}
|
|
582
722
|
comments {
|
|
583
723
|
id
|
|
@@ -611,6 +751,22 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
611
751
|
chapter {
|
|
612
752
|
id
|
|
613
753
|
explanation
|
|
754
|
+
pictures {
|
|
755
|
+
id
|
|
756
|
+
createdAt
|
|
757
|
+
updatedAt
|
|
758
|
+
name
|
|
759
|
+
caption
|
|
760
|
+
path
|
|
761
|
+
path512
|
|
762
|
+
path256
|
|
763
|
+
topicId
|
|
764
|
+
topic {
|
|
765
|
+
id
|
|
766
|
+
name
|
|
767
|
+
typeId
|
|
768
|
+
}
|
|
769
|
+
}
|
|
614
770
|
}
|
|
615
771
|
videos {
|
|
616
772
|
id
|
|
@@ -669,6 +825,16 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
669
825
|
label
|
|
670
826
|
answer
|
|
671
827
|
votes
|
|
828
|
+
picture {
|
|
829
|
+
id
|
|
830
|
+
createdAt
|
|
831
|
+
updatedAt
|
|
832
|
+
name
|
|
833
|
+
caption
|
|
834
|
+
path
|
|
835
|
+
path512
|
|
836
|
+
path256
|
|
837
|
+
}
|
|
672
838
|
}
|
|
673
839
|
comments {
|
|
674
840
|
id
|
|
@@ -702,6 +868,22 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
702
868
|
chapter {
|
|
703
869
|
id
|
|
704
870
|
explanation
|
|
871
|
+
pictures {
|
|
872
|
+
id
|
|
873
|
+
createdAt
|
|
874
|
+
updatedAt
|
|
875
|
+
name
|
|
876
|
+
caption
|
|
877
|
+
path
|
|
878
|
+
path512
|
|
879
|
+
path256
|
|
880
|
+
topicId
|
|
881
|
+
topic {
|
|
882
|
+
id
|
|
883
|
+
name
|
|
884
|
+
typeId
|
|
885
|
+
}
|
|
886
|
+
}
|
|
705
887
|
}
|
|
706
888
|
videos {
|
|
707
889
|
id
|
|
@@ -763,6 +945,16 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
763
945
|
label
|
|
764
946
|
answer
|
|
765
947
|
votes
|
|
948
|
+
picture {
|
|
949
|
+
id
|
|
950
|
+
createdAt
|
|
951
|
+
updatedAt
|
|
952
|
+
name
|
|
953
|
+
caption
|
|
954
|
+
path
|
|
955
|
+
path512
|
|
956
|
+
path256
|
|
957
|
+
}
|
|
766
958
|
}
|
|
767
959
|
comments {
|
|
768
960
|
id
|
|
@@ -796,6 +988,22 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
796
988
|
chapter {
|
|
797
989
|
id
|
|
798
990
|
explanation
|
|
991
|
+
pictures {
|
|
992
|
+
id
|
|
993
|
+
createdAt
|
|
994
|
+
updatedAt
|
|
995
|
+
name
|
|
996
|
+
caption
|
|
997
|
+
path
|
|
998
|
+
path512
|
|
999
|
+
path256
|
|
1000
|
+
topicId
|
|
1001
|
+
topic {
|
|
1002
|
+
id
|
|
1003
|
+
name
|
|
1004
|
+
typeId
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
799
1007
|
}
|
|
800
1008
|
videos {
|
|
801
1009
|
id
|
|
@@ -854,6 +1062,16 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
854
1062
|
label
|
|
855
1063
|
answer
|
|
856
1064
|
votes
|
|
1065
|
+
picture {
|
|
1066
|
+
id
|
|
1067
|
+
createdAt
|
|
1068
|
+
updatedAt
|
|
1069
|
+
name
|
|
1070
|
+
caption
|
|
1071
|
+
path
|
|
1072
|
+
path512
|
|
1073
|
+
path256
|
|
1074
|
+
}
|
|
857
1075
|
}
|
|
858
1076
|
comments {
|
|
859
1077
|
id
|
|
@@ -887,6 +1105,22 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
887
1105
|
chapter {
|
|
888
1106
|
id
|
|
889
1107
|
explanation
|
|
1108
|
+
pictures {
|
|
1109
|
+
id
|
|
1110
|
+
createdAt
|
|
1111
|
+
updatedAt
|
|
1112
|
+
name
|
|
1113
|
+
caption
|
|
1114
|
+
path
|
|
1115
|
+
path512
|
|
1116
|
+
path256
|
|
1117
|
+
topicId
|
|
1118
|
+
topic {
|
|
1119
|
+
id
|
|
1120
|
+
name
|
|
1121
|
+
typeId
|
|
1122
|
+
}
|
|
1123
|
+
}
|
|
890
1124
|
}
|
|
891
1125
|
videos {
|
|
892
1126
|
id
|
|
@@ -36,23 +36,44 @@ export const TODO = gql `
|
|
|
36
36
|
question
|
|
37
37
|
explanation
|
|
38
38
|
concept {
|
|
39
|
+
id
|
|
39
40
|
videos {
|
|
40
41
|
id
|
|
41
42
|
title
|
|
42
43
|
museId
|
|
43
44
|
thumbnail
|
|
44
45
|
concepts {
|
|
46
|
+
id
|
|
45
47
|
name
|
|
46
48
|
}
|
|
47
49
|
live
|
|
48
50
|
description
|
|
49
51
|
duration
|
|
50
52
|
}
|
|
53
|
+
chapter {
|
|
54
|
+
id
|
|
55
|
+
explanation
|
|
56
|
+
pictures {
|
|
57
|
+
id
|
|
58
|
+
createdAt
|
|
59
|
+
updatedAt
|
|
60
|
+
name
|
|
61
|
+
caption
|
|
62
|
+
path
|
|
63
|
+
path512
|
|
64
|
+
path256
|
|
65
|
+
}
|
|
66
|
+
}
|
|
51
67
|
}
|
|
52
68
|
pictures {
|
|
53
69
|
id
|
|
70
|
+
createdAt
|
|
71
|
+
updatedAt
|
|
72
|
+
name
|
|
54
73
|
caption
|
|
55
74
|
path
|
|
75
|
+
path512
|
|
76
|
+
path256
|
|
56
77
|
}
|
|
57
78
|
}
|
|
58
79
|
}
|
|
@@ -15,6 +15,17 @@ export const VIDEO = gql `
|
|
|
15
15
|
chapter {
|
|
16
16
|
id
|
|
17
17
|
explanation
|
|
18
|
+
pictures {
|
|
19
|
+
id
|
|
20
|
+
createdAt
|
|
21
|
+
updatedAt
|
|
22
|
+
name
|
|
23
|
+
caption
|
|
24
|
+
path
|
|
25
|
+
path512
|
|
26
|
+
path256
|
|
27
|
+
topicId
|
|
28
|
+
}
|
|
18
29
|
}
|
|
19
30
|
}
|
|
20
31
|
osceStation {
|
|
@@ -146,6 +157,16 @@ export const VIDEOS = gql `
|
|
|
146
157
|
chapter {
|
|
147
158
|
id
|
|
148
159
|
explanation
|
|
160
|
+
pictures {
|
|
161
|
+
id
|
|
162
|
+
createdAt
|
|
163
|
+
updatedAt
|
|
164
|
+
name
|
|
165
|
+
caption
|
|
166
|
+
path
|
|
167
|
+
path512
|
|
168
|
+
path256
|
|
169
|
+
}
|
|
149
170
|
}
|
|
150
171
|
}
|
|
151
172
|
}
|
|
@@ -42,6 +42,22 @@ export const SAMPLE_MARKSHEET = gql `
|
|
|
42
42
|
chapter {
|
|
43
43
|
id
|
|
44
44
|
explanation
|
|
45
|
+
pictures {
|
|
46
|
+
id
|
|
47
|
+
createdAt
|
|
48
|
+
updatedAt
|
|
49
|
+
name
|
|
50
|
+
caption
|
|
51
|
+
path
|
|
52
|
+
path512
|
|
53
|
+
path256
|
|
54
|
+
topicId
|
|
55
|
+
topic {
|
|
56
|
+
id
|
|
57
|
+
name
|
|
58
|
+
typeId
|
|
59
|
+
}
|
|
60
|
+
}
|
|
45
61
|
}
|
|
46
62
|
}
|
|
47
63
|
question
|
|
@@ -53,6 +69,16 @@ export const SAMPLE_MARKSHEET = gql `
|
|
|
53
69
|
label
|
|
54
70
|
answer
|
|
55
71
|
votes
|
|
72
|
+
picture {
|
|
73
|
+
id
|
|
74
|
+
createdAt
|
|
75
|
+
updatedAt
|
|
76
|
+
name
|
|
77
|
+
caption
|
|
78
|
+
path
|
|
79
|
+
path512
|
|
80
|
+
path256
|
|
81
|
+
}
|
|
56
82
|
}
|
|
57
83
|
}
|
|
58
84
|
}
|
|
@@ -79,6 +105,22 @@ export const SAMPLE_TODO = gql `
|
|
|
79
105
|
chapter {
|
|
80
106
|
id
|
|
81
107
|
explanation
|
|
108
|
+
pictures {
|
|
109
|
+
id
|
|
110
|
+
createdAt
|
|
111
|
+
updatedAt
|
|
112
|
+
name
|
|
113
|
+
caption
|
|
114
|
+
path
|
|
115
|
+
path512
|
|
116
|
+
path256
|
|
117
|
+
topicId
|
|
118
|
+
topic {
|
|
119
|
+
id
|
|
120
|
+
name
|
|
121
|
+
typeId
|
|
122
|
+
}
|
|
123
|
+
}
|
|
82
124
|
}
|
|
83
125
|
}
|
|
84
126
|
}
|
|
@@ -35,6 +35,22 @@ export const SAMPLE_VIDEOS = gql `
|
|
|
35
35
|
chapter {
|
|
36
36
|
id
|
|
37
37
|
explanation
|
|
38
|
+
pictures {
|
|
39
|
+
id
|
|
40
|
+
createdAt
|
|
41
|
+
updatedAt
|
|
42
|
+
name
|
|
43
|
+
caption
|
|
44
|
+
path
|
|
45
|
+
path512
|
|
46
|
+
path256
|
|
47
|
+
topicId
|
|
48
|
+
topic {
|
|
49
|
+
id
|
|
50
|
+
name
|
|
51
|
+
typeId
|
|
52
|
+
}
|
|
53
|
+
}
|
|
38
54
|
}
|
|
39
55
|
}
|
|
40
56
|
}
|
|
@@ -55,6 +71,22 @@ export const SAMPLE_VIDEO = gql `
|
|
|
55
71
|
chapter {
|
|
56
72
|
id
|
|
57
73
|
explanation
|
|
74
|
+
pictures {
|
|
75
|
+
id
|
|
76
|
+
createdAt
|
|
77
|
+
updatedAt
|
|
78
|
+
name
|
|
79
|
+
caption
|
|
80
|
+
path
|
|
81
|
+
path512
|
|
82
|
+
path256
|
|
83
|
+
topicId
|
|
84
|
+
topic {
|
|
85
|
+
id
|
|
86
|
+
name
|
|
87
|
+
typeId
|
|
88
|
+
}
|
|
89
|
+
}
|
|
58
90
|
}
|
|
59
91
|
}
|
|
60
92
|
osceStation {
|