@quesmed/types 2.1.21 → 2.1.22
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 +10 -0
- package/dist/cjs/resolvers/query/restricted/marksheet.js +90 -0
- package/dist/cjs/resolvers/query/restricted/replication.js +10 -0
- package/dist/cjs/resolvers/query/sample.js +10 -0
- package/dist/mjs/resolvers/fragments/marksheet.js +10 -0
- package/dist/mjs/resolvers/query/restricted/marksheet.js +90 -0
- package/dist/mjs/resolvers/query/restricted/replication.js +10 -0
- package/dist/mjs/resolvers/query/sample.js +10 -0
- package/package.json +1 -1
|
@@ -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
|
|
@@ -132,6 +142,16 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
132
142
|
label
|
|
133
143
|
answer
|
|
134
144
|
votes
|
|
145
|
+
picture {
|
|
146
|
+
id
|
|
147
|
+
createdAt
|
|
148
|
+
updatedAt
|
|
149
|
+
name
|
|
150
|
+
caption
|
|
151
|
+
path
|
|
152
|
+
path512
|
|
153
|
+
path256
|
|
154
|
+
}
|
|
135
155
|
}
|
|
136
156
|
comments {
|
|
137
157
|
id
|
|
@@ -226,6 +246,16 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
226
246
|
label
|
|
227
247
|
answer
|
|
228
248
|
votes
|
|
249
|
+
picture {
|
|
250
|
+
id
|
|
251
|
+
createdAt
|
|
252
|
+
updatedAt
|
|
253
|
+
name
|
|
254
|
+
caption
|
|
255
|
+
path
|
|
256
|
+
path512
|
|
257
|
+
path256
|
|
258
|
+
}
|
|
229
259
|
}
|
|
230
260
|
comments {
|
|
231
261
|
id
|
|
@@ -317,6 +347,16 @@ exports.MARKSHEET = (0, client_1.gql) `
|
|
|
317
347
|
label
|
|
318
348
|
answer
|
|
319
349
|
votes
|
|
350
|
+
picture {
|
|
351
|
+
id
|
|
352
|
+
createdAt
|
|
353
|
+
updatedAt
|
|
354
|
+
name
|
|
355
|
+
caption
|
|
356
|
+
path
|
|
357
|
+
path512
|
|
358
|
+
path256
|
|
359
|
+
}
|
|
320
360
|
}
|
|
321
361
|
comments {
|
|
322
362
|
id
|
|
@@ -488,6 +528,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
488
528
|
label
|
|
489
529
|
answer
|
|
490
530
|
votes
|
|
531
|
+
picture {
|
|
532
|
+
id
|
|
533
|
+
createdAt
|
|
534
|
+
updatedAt
|
|
535
|
+
name
|
|
536
|
+
caption
|
|
537
|
+
path
|
|
538
|
+
path512
|
|
539
|
+
path256
|
|
540
|
+
}
|
|
491
541
|
}
|
|
492
542
|
comments {
|
|
493
543
|
id
|
|
@@ -581,6 +631,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
581
631
|
label
|
|
582
632
|
answer
|
|
583
633
|
votes
|
|
634
|
+
picture {
|
|
635
|
+
id
|
|
636
|
+
createdAt
|
|
637
|
+
updatedAt
|
|
638
|
+
name
|
|
639
|
+
caption
|
|
640
|
+
path
|
|
641
|
+
path512
|
|
642
|
+
path256
|
|
643
|
+
}
|
|
584
644
|
}
|
|
585
645
|
comments {
|
|
586
646
|
id
|
|
@@ -672,6 +732,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
672
732
|
label
|
|
673
733
|
answer
|
|
674
734
|
votes
|
|
735
|
+
picture {
|
|
736
|
+
id
|
|
737
|
+
createdAt
|
|
738
|
+
updatedAt
|
|
739
|
+
name
|
|
740
|
+
caption
|
|
741
|
+
path
|
|
742
|
+
path512
|
|
743
|
+
path256
|
|
744
|
+
}
|
|
675
745
|
}
|
|
676
746
|
comments {
|
|
677
747
|
id
|
|
@@ -766,6 +836,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
766
836
|
label
|
|
767
837
|
answer
|
|
768
838
|
votes
|
|
839
|
+
picture {
|
|
840
|
+
id
|
|
841
|
+
createdAt
|
|
842
|
+
updatedAt
|
|
843
|
+
name
|
|
844
|
+
caption
|
|
845
|
+
path
|
|
846
|
+
path512
|
|
847
|
+
path256
|
|
848
|
+
}
|
|
769
849
|
}
|
|
770
850
|
comments {
|
|
771
851
|
id
|
|
@@ -857,6 +937,16 @@ exports.FLAGGED_QUESTIONS = (0, client_1.gql) `
|
|
|
857
937
|
label
|
|
858
938
|
answer
|
|
859
939
|
votes
|
|
940
|
+
picture {
|
|
941
|
+
id
|
|
942
|
+
createdAt
|
|
943
|
+
updatedAt
|
|
944
|
+
name
|
|
945
|
+
caption
|
|
946
|
+
path
|
|
947
|
+
path512
|
|
948
|
+
path256
|
|
949
|
+
}
|
|
860
950
|
}
|
|
861
951
|
comments {
|
|
862
952
|
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
|
|
@@ -129,6 +139,16 @@ export const MARKSHEET = gql `
|
|
|
129
139
|
label
|
|
130
140
|
answer
|
|
131
141
|
votes
|
|
142
|
+
picture {
|
|
143
|
+
id
|
|
144
|
+
createdAt
|
|
145
|
+
updatedAt
|
|
146
|
+
name
|
|
147
|
+
caption
|
|
148
|
+
path
|
|
149
|
+
path512
|
|
150
|
+
path256
|
|
151
|
+
}
|
|
132
152
|
}
|
|
133
153
|
comments {
|
|
134
154
|
id
|
|
@@ -223,6 +243,16 @@ export const MARKSHEET = gql `
|
|
|
223
243
|
label
|
|
224
244
|
answer
|
|
225
245
|
votes
|
|
246
|
+
picture {
|
|
247
|
+
id
|
|
248
|
+
createdAt
|
|
249
|
+
updatedAt
|
|
250
|
+
name
|
|
251
|
+
caption
|
|
252
|
+
path
|
|
253
|
+
path512
|
|
254
|
+
path256
|
|
255
|
+
}
|
|
226
256
|
}
|
|
227
257
|
comments {
|
|
228
258
|
id
|
|
@@ -314,6 +344,16 @@ export const MARKSHEET = gql `
|
|
|
314
344
|
label
|
|
315
345
|
answer
|
|
316
346
|
votes
|
|
347
|
+
picture {
|
|
348
|
+
id
|
|
349
|
+
createdAt
|
|
350
|
+
updatedAt
|
|
351
|
+
name
|
|
352
|
+
caption
|
|
353
|
+
path
|
|
354
|
+
path512
|
|
355
|
+
path256
|
|
356
|
+
}
|
|
317
357
|
}
|
|
318
358
|
comments {
|
|
319
359
|
id
|
|
@@ -485,6 +525,16 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
485
525
|
label
|
|
486
526
|
answer
|
|
487
527
|
votes
|
|
528
|
+
picture {
|
|
529
|
+
id
|
|
530
|
+
createdAt
|
|
531
|
+
updatedAt
|
|
532
|
+
name
|
|
533
|
+
caption
|
|
534
|
+
path
|
|
535
|
+
path512
|
|
536
|
+
path256
|
|
537
|
+
}
|
|
488
538
|
}
|
|
489
539
|
comments {
|
|
490
540
|
id
|
|
@@ -578,6 +628,16 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
578
628
|
label
|
|
579
629
|
answer
|
|
580
630
|
votes
|
|
631
|
+
picture {
|
|
632
|
+
id
|
|
633
|
+
createdAt
|
|
634
|
+
updatedAt
|
|
635
|
+
name
|
|
636
|
+
caption
|
|
637
|
+
path
|
|
638
|
+
path512
|
|
639
|
+
path256
|
|
640
|
+
}
|
|
581
641
|
}
|
|
582
642
|
comments {
|
|
583
643
|
id
|
|
@@ -669,6 +729,16 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
669
729
|
label
|
|
670
730
|
answer
|
|
671
731
|
votes
|
|
732
|
+
picture {
|
|
733
|
+
id
|
|
734
|
+
createdAt
|
|
735
|
+
updatedAt
|
|
736
|
+
name
|
|
737
|
+
caption
|
|
738
|
+
path
|
|
739
|
+
path512
|
|
740
|
+
path256
|
|
741
|
+
}
|
|
672
742
|
}
|
|
673
743
|
comments {
|
|
674
744
|
id
|
|
@@ -763,6 +833,16 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
763
833
|
label
|
|
764
834
|
answer
|
|
765
835
|
votes
|
|
836
|
+
picture {
|
|
837
|
+
id
|
|
838
|
+
createdAt
|
|
839
|
+
updatedAt
|
|
840
|
+
name
|
|
841
|
+
caption
|
|
842
|
+
path
|
|
843
|
+
path512
|
|
844
|
+
path256
|
|
845
|
+
}
|
|
766
846
|
}
|
|
767
847
|
comments {
|
|
768
848
|
id
|
|
@@ -854,6 +934,16 @@ export const FLAGGED_QUESTIONS = gql `
|
|
|
854
934
|
label
|
|
855
935
|
answer
|
|
856
936
|
votes
|
|
937
|
+
picture {
|
|
938
|
+
id
|
|
939
|
+
createdAt
|
|
940
|
+
updatedAt
|
|
941
|
+
name
|
|
942
|
+
caption
|
|
943
|
+
path
|
|
944
|
+
path512
|
|
945
|
+
path256
|
|
946
|
+
}
|
|
857
947
|
}
|
|
858
948
|
comments {
|
|
859
949
|
id
|