graphdb-workbench-tests 3.0.0-TR1 → 3.0.0-TR3

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.
@@ -0,0 +1,1970 @@
1
+ {
2
+ "data": {
3
+ "__schema": {
4
+ "queryType": {
5
+ "name": "Query"
6
+ },
7
+ "mutationType": null,
8
+ "subscriptionType": null,
9
+ "types": [
10
+ {
11
+ "kind": "SCALAR",
12
+ "name": "Boolean",
13
+ "description": "The `Boolean` scalar type represents `true` or `false`.",
14
+ "fields": null,
15
+ "inputFields": null,
16
+ "interfaces": null,
17
+ "enumValues": null,
18
+ "possibleTypes": null
19
+ },
20
+ {
21
+ "kind": "OBJECT",
22
+ "name": "Continent",
23
+ "description": null,
24
+ "fields": [
25
+ {
26
+ "name": "code",
27
+ "description": null,
28
+ "args": [],
29
+ "type": {
30
+ "kind": "NON_NULL",
31
+ "name": null,
32
+ "ofType": {
33
+ "kind": "SCALAR",
34
+ "name": "ID",
35
+ "ofType": null
36
+ }
37
+ },
38
+ "isDeprecated": false,
39
+ "deprecationReason": null
40
+ },
41
+ {
42
+ "name": "countries",
43
+ "description": null,
44
+ "args": [],
45
+ "type": {
46
+ "kind": "NON_NULL",
47
+ "name": null,
48
+ "ofType": {
49
+ "kind": "LIST",
50
+ "name": null,
51
+ "ofType": {
52
+ "kind": "NON_NULL",
53
+ "name": null,
54
+ "ofType": {
55
+ "kind": "OBJECT",
56
+ "name": "Country",
57
+ "ofType": null
58
+ }
59
+ }
60
+ }
61
+ },
62
+ "isDeprecated": false,
63
+ "deprecationReason": null
64
+ },
65
+ {
66
+ "name": "name",
67
+ "description": null,
68
+ "args": [],
69
+ "type": {
70
+ "kind": "NON_NULL",
71
+ "name": null,
72
+ "ofType": {
73
+ "kind": "SCALAR",
74
+ "name": "String",
75
+ "ofType": null
76
+ }
77
+ },
78
+ "isDeprecated": false,
79
+ "deprecationReason": null
80
+ }
81
+ ],
82
+ "inputFields": null,
83
+ "interfaces": [],
84
+ "enumValues": null,
85
+ "possibleTypes": null
86
+ },
87
+ {
88
+ "kind": "INPUT_OBJECT",
89
+ "name": "ContinentFilterInput",
90
+ "description": null,
91
+ "fields": null,
92
+ "inputFields": [
93
+ {
94
+ "name": "code",
95
+ "description": null,
96
+ "type": {
97
+ "kind": "INPUT_OBJECT",
98
+ "name": "StringQueryOperatorInput",
99
+ "ofType": null
100
+ },
101
+ "defaultValue": null
102
+ }
103
+ ],
104
+ "interfaces": null,
105
+ "enumValues": null,
106
+ "possibleTypes": null
107
+ },
108
+ {
109
+ "kind": "OBJECT",
110
+ "name": "Country",
111
+ "description": null,
112
+ "fields": [
113
+ {
114
+ "name": "awsRegion",
115
+ "description": null,
116
+ "args": [],
117
+ "type": {
118
+ "kind": "NON_NULL",
119
+ "name": null,
120
+ "ofType": {
121
+ "kind": "SCALAR",
122
+ "name": "String",
123
+ "ofType": null
124
+ }
125
+ },
126
+ "isDeprecated": false,
127
+ "deprecationReason": null
128
+ },
129
+ {
130
+ "name": "capital",
131
+ "description": null,
132
+ "args": [],
133
+ "type": {
134
+ "kind": "SCALAR",
135
+ "name": "String",
136
+ "ofType": null
137
+ },
138
+ "isDeprecated": false,
139
+ "deprecationReason": null
140
+ },
141
+ {
142
+ "name": "code",
143
+ "description": null,
144
+ "args": [],
145
+ "type": {
146
+ "kind": "NON_NULL",
147
+ "name": null,
148
+ "ofType": {
149
+ "kind": "SCALAR",
150
+ "name": "ID",
151
+ "ofType": null
152
+ }
153
+ },
154
+ "isDeprecated": false,
155
+ "deprecationReason": null
156
+ },
157
+ {
158
+ "name": "continent",
159
+ "description": null,
160
+ "args": [],
161
+ "type": {
162
+ "kind": "NON_NULL",
163
+ "name": null,
164
+ "ofType": {
165
+ "kind": "OBJECT",
166
+ "name": "Continent",
167
+ "ofType": null
168
+ }
169
+ },
170
+ "isDeprecated": false,
171
+ "deprecationReason": null
172
+ },
173
+ {
174
+ "name": "currencies",
175
+ "description": null,
176
+ "args": [],
177
+ "type": {
178
+ "kind": "NON_NULL",
179
+ "name": null,
180
+ "ofType": {
181
+ "kind": "LIST",
182
+ "name": null,
183
+ "ofType": {
184
+ "kind": "NON_NULL",
185
+ "name": null,
186
+ "ofType": {
187
+ "kind": "SCALAR",
188
+ "name": "String",
189
+ "ofType": null
190
+ }
191
+ }
192
+ }
193
+ },
194
+ "isDeprecated": false,
195
+ "deprecationReason": null
196
+ },
197
+ {
198
+ "name": "currency",
199
+ "description": null,
200
+ "args": [],
201
+ "type": {
202
+ "kind": "SCALAR",
203
+ "name": "String",
204
+ "ofType": null
205
+ },
206
+ "isDeprecated": false,
207
+ "deprecationReason": null
208
+ },
209
+ {
210
+ "name": "emoji",
211
+ "description": null,
212
+ "args": [],
213
+ "type": {
214
+ "kind": "NON_NULL",
215
+ "name": null,
216
+ "ofType": {
217
+ "kind": "SCALAR",
218
+ "name": "String",
219
+ "ofType": null
220
+ }
221
+ },
222
+ "isDeprecated": false,
223
+ "deprecationReason": null
224
+ },
225
+ {
226
+ "name": "emojiU",
227
+ "description": null,
228
+ "args": [],
229
+ "type": {
230
+ "kind": "NON_NULL",
231
+ "name": null,
232
+ "ofType": {
233
+ "kind": "SCALAR",
234
+ "name": "String",
235
+ "ofType": null
236
+ }
237
+ },
238
+ "isDeprecated": false,
239
+ "deprecationReason": null
240
+ },
241
+ {
242
+ "name": "languages",
243
+ "description": null,
244
+ "args": [],
245
+ "type": {
246
+ "kind": "NON_NULL",
247
+ "name": null,
248
+ "ofType": {
249
+ "kind": "LIST",
250
+ "name": null,
251
+ "ofType": {
252
+ "kind": "NON_NULL",
253
+ "name": null,
254
+ "ofType": {
255
+ "kind": "OBJECT",
256
+ "name": "Language",
257
+ "ofType": null
258
+ }
259
+ }
260
+ }
261
+ },
262
+ "isDeprecated": false,
263
+ "deprecationReason": null
264
+ },
265
+ {
266
+ "name": "name",
267
+ "description": null,
268
+ "args": [
269
+ {
270
+ "name": "lang",
271
+ "description": null,
272
+ "type": {
273
+ "kind": "SCALAR",
274
+ "name": "String",
275
+ "ofType": null
276
+ },
277
+ "defaultValue": null
278
+ }
279
+ ],
280
+ "type": {
281
+ "kind": "NON_NULL",
282
+ "name": null,
283
+ "ofType": {
284
+ "kind": "SCALAR",
285
+ "name": "String",
286
+ "ofType": null
287
+ }
288
+ },
289
+ "isDeprecated": false,
290
+ "deprecationReason": null
291
+ },
292
+ {
293
+ "name": "native",
294
+ "description": null,
295
+ "args": [],
296
+ "type": {
297
+ "kind": "NON_NULL",
298
+ "name": null,
299
+ "ofType": {
300
+ "kind": "SCALAR",
301
+ "name": "String",
302
+ "ofType": null
303
+ }
304
+ },
305
+ "isDeprecated": false,
306
+ "deprecationReason": null
307
+ },
308
+ {
309
+ "name": "phone",
310
+ "description": null,
311
+ "args": [],
312
+ "type": {
313
+ "kind": "NON_NULL",
314
+ "name": null,
315
+ "ofType": {
316
+ "kind": "SCALAR",
317
+ "name": "String",
318
+ "ofType": null
319
+ }
320
+ },
321
+ "isDeprecated": false,
322
+ "deprecationReason": null
323
+ },
324
+ {
325
+ "name": "phones",
326
+ "description": null,
327
+ "args": [],
328
+ "type": {
329
+ "kind": "NON_NULL",
330
+ "name": null,
331
+ "ofType": {
332
+ "kind": "LIST",
333
+ "name": null,
334
+ "ofType": {
335
+ "kind": "NON_NULL",
336
+ "name": null,
337
+ "ofType": {
338
+ "kind": "SCALAR",
339
+ "name": "String",
340
+ "ofType": null
341
+ }
342
+ }
343
+ }
344
+ },
345
+ "isDeprecated": false,
346
+ "deprecationReason": null
347
+ },
348
+ {
349
+ "name": "states",
350
+ "description": null,
351
+ "args": [],
352
+ "type": {
353
+ "kind": "NON_NULL",
354
+ "name": null,
355
+ "ofType": {
356
+ "kind": "LIST",
357
+ "name": null,
358
+ "ofType": {
359
+ "kind": "NON_NULL",
360
+ "name": null,
361
+ "ofType": {
362
+ "kind": "OBJECT",
363
+ "name": "State",
364
+ "ofType": null
365
+ }
366
+ }
367
+ }
368
+ },
369
+ "isDeprecated": false,
370
+ "deprecationReason": null
371
+ },
372
+ {
373
+ "name": "subdivisions",
374
+ "description": null,
375
+ "args": [],
376
+ "type": {
377
+ "kind": "NON_NULL",
378
+ "name": null,
379
+ "ofType": {
380
+ "kind": "LIST",
381
+ "name": null,
382
+ "ofType": {
383
+ "kind": "NON_NULL",
384
+ "name": null,
385
+ "ofType": {
386
+ "kind": "OBJECT",
387
+ "name": "Subdivision",
388
+ "ofType": null
389
+ }
390
+ }
391
+ }
392
+ },
393
+ "isDeprecated": false,
394
+ "deprecationReason": null
395
+ }
396
+ ],
397
+ "inputFields": null,
398
+ "interfaces": [],
399
+ "enumValues": null,
400
+ "possibleTypes": null
401
+ },
402
+ {
403
+ "kind": "INPUT_OBJECT",
404
+ "name": "CountryFilterInput",
405
+ "description": null,
406
+ "fields": null,
407
+ "inputFields": [
408
+ {
409
+ "name": "code",
410
+ "description": null,
411
+ "type": {
412
+ "kind": "INPUT_OBJECT",
413
+ "name": "StringQueryOperatorInput",
414
+ "ofType": null
415
+ },
416
+ "defaultValue": null
417
+ },
418
+ {
419
+ "name": "continent",
420
+ "description": null,
421
+ "type": {
422
+ "kind": "INPUT_OBJECT",
423
+ "name": "StringQueryOperatorInput",
424
+ "ofType": null
425
+ },
426
+ "defaultValue": null
427
+ },
428
+ {
429
+ "name": "currency",
430
+ "description": null,
431
+ "type": {
432
+ "kind": "INPUT_OBJECT",
433
+ "name": "StringQueryOperatorInput",
434
+ "ofType": null
435
+ },
436
+ "defaultValue": null
437
+ },
438
+ {
439
+ "name": "name",
440
+ "description": null,
441
+ "type": {
442
+ "kind": "INPUT_OBJECT",
443
+ "name": "StringQueryOperatorInput",
444
+ "ofType": null
445
+ },
446
+ "defaultValue": null
447
+ }
448
+ ],
449
+ "interfaces": null,
450
+ "enumValues": null,
451
+ "possibleTypes": null
452
+ },
453
+ {
454
+ "kind": "SCALAR",
455
+ "name": "Float",
456
+ "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
457
+ "fields": null,
458
+ "inputFields": null,
459
+ "interfaces": null,
460
+ "enumValues": null,
461
+ "possibleTypes": null
462
+ },
463
+ {
464
+ "kind": "SCALAR",
465
+ "name": "ID",
466
+ "description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
467
+ "fields": null,
468
+ "inputFields": null,
469
+ "interfaces": null,
470
+ "enumValues": null,
471
+ "possibleTypes": null
472
+ },
473
+ {
474
+ "kind": "SCALAR",
475
+ "name": "Int",
476
+ "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
477
+ "fields": null,
478
+ "inputFields": null,
479
+ "interfaces": null,
480
+ "enumValues": null,
481
+ "possibleTypes": null
482
+ },
483
+ {
484
+ "kind": "OBJECT",
485
+ "name": "Language",
486
+ "description": null,
487
+ "fields": [
488
+ {
489
+ "name": "code",
490
+ "description": null,
491
+ "args": [],
492
+ "type": {
493
+ "kind": "NON_NULL",
494
+ "name": null,
495
+ "ofType": {
496
+ "kind": "SCALAR",
497
+ "name": "ID",
498
+ "ofType": null
499
+ }
500
+ },
501
+ "isDeprecated": false,
502
+ "deprecationReason": null
503
+ },
504
+ {
505
+ "name": "name",
506
+ "description": null,
507
+ "args": [],
508
+ "type": {
509
+ "kind": "NON_NULL",
510
+ "name": null,
511
+ "ofType": {
512
+ "kind": "SCALAR",
513
+ "name": "String",
514
+ "ofType": null
515
+ }
516
+ },
517
+ "isDeprecated": false,
518
+ "deprecationReason": null
519
+ },
520
+ {
521
+ "name": "native",
522
+ "description": null,
523
+ "args": [],
524
+ "type": {
525
+ "kind": "NON_NULL",
526
+ "name": null,
527
+ "ofType": {
528
+ "kind": "SCALAR",
529
+ "name": "String",
530
+ "ofType": null
531
+ }
532
+ },
533
+ "isDeprecated": false,
534
+ "deprecationReason": null
535
+ },
536
+ {
537
+ "name": "rtl",
538
+ "description": null,
539
+ "args": [],
540
+ "type": {
541
+ "kind": "NON_NULL",
542
+ "name": null,
543
+ "ofType": {
544
+ "kind": "SCALAR",
545
+ "name": "Boolean",
546
+ "ofType": null
547
+ }
548
+ },
549
+ "isDeprecated": false,
550
+ "deprecationReason": null
551
+ }
552
+ ],
553
+ "inputFields": null,
554
+ "interfaces": [],
555
+ "enumValues": null,
556
+ "possibleTypes": null
557
+ },
558
+ {
559
+ "kind": "INPUT_OBJECT",
560
+ "name": "LanguageFilterInput",
561
+ "description": null,
562
+ "fields": null,
563
+ "inputFields": [
564
+ {
565
+ "name": "code",
566
+ "description": null,
567
+ "type": {
568
+ "kind": "INPUT_OBJECT",
569
+ "name": "StringQueryOperatorInput",
570
+ "ofType": null
571
+ },
572
+ "defaultValue": null
573
+ }
574
+ ],
575
+ "interfaces": null,
576
+ "enumValues": null,
577
+ "possibleTypes": null
578
+ },
579
+ {
580
+ "kind": "OBJECT",
581
+ "name": "Query",
582
+ "description": null,
583
+ "fields": [
584
+ {
585
+ "name": "continent",
586
+ "description": null,
587
+ "args": [
588
+ {
589
+ "name": "code",
590
+ "description": null,
591
+ "type": {
592
+ "kind": "NON_NULL",
593
+ "name": null,
594
+ "ofType": {
595
+ "kind": "SCALAR",
596
+ "name": "ID",
597
+ "ofType": null
598
+ }
599
+ },
600
+ "defaultValue": null
601
+ }
602
+ ],
603
+ "type": {
604
+ "kind": "OBJECT",
605
+ "name": "Continent",
606
+ "ofType": null
607
+ },
608
+ "isDeprecated": false,
609
+ "deprecationReason": null
610
+ },
611
+ {
612
+ "name": "continents",
613
+ "description": null,
614
+ "args": [
615
+ {
616
+ "name": "filter",
617
+ "description": null,
618
+ "type": {
619
+ "kind": "INPUT_OBJECT",
620
+ "name": "ContinentFilterInput",
621
+ "ofType": null
622
+ },
623
+ "defaultValue": "{}"
624
+ }
625
+ ],
626
+ "type": {
627
+ "kind": "NON_NULL",
628
+ "name": null,
629
+ "ofType": {
630
+ "kind": "LIST",
631
+ "name": null,
632
+ "ofType": {
633
+ "kind": "NON_NULL",
634
+ "name": null,
635
+ "ofType": {
636
+ "kind": "OBJECT",
637
+ "name": "Continent",
638
+ "ofType": null
639
+ }
640
+ }
641
+ }
642
+ },
643
+ "isDeprecated": false,
644
+ "deprecationReason": null
645
+ },
646
+ {
647
+ "name": "countries",
648
+ "description": null,
649
+ "args": [
650
+ {
651
+ "name": "filter",
652
+ "description": null,
653
+ "type": {
654
+ "kind": "INPUT_OBJECT",
655
+ "name": "CountryFilterInput",
656
+ "ofType": null
657
+ },
658
+ "defaultValue": "{}"
659
+ }
660
+ ],
661
+ "type": {
662
+ "kind": "NON_NULL",
663
+ "name": null,
664
+ "ofType": {
665
+ "kind": "LIST",
666
+ "name": null,
667
+ "ofType": {
668
+ "kind": "NON_NULL",
669
+ "name": null,
670
+ "ofType": {
671
+ "kind": "OBJECT",
672
+ "name": "Country",
673
+ "ofType": null
674
+ }
675
+ }
676
+ }
677
+ },
678
+ "isDeprecated": false,
679
+ "deprecationReason": null
680
+ },
681
+ {
682
+ "name": "country",
683
+ "description": null,
684
+ "args": [
685
+ {
686
+ "name": "code",
687
+ "description": null,
688
+ "type": {
689
+ "kind": "NON_NULL",
690
+ "name": null,
691
+ "ofType": {
692
+ "kind": "SCALAR",
693
+ "name": "ID",
694
+ "ofType": null
695
+ }
696
+ },
697
+ "defaultValue": null
698
+ }
699
+ ],
700
+ "type": {
701
+ "kind": "OBJECT",
702
+ "name": "Country",
703
+ "ofType": null
704
+ },
705
+ "isDeprecated": false,
706
+ "deprecationReason": null
707
+ },
708
+ {
709
+ "name": "language",
710
+ "description": null,
711
+ "args": [
712
+ {
713
+ "name": "code",
714
+ "description": null,
715
+ "type": {
716
+ "kind": "NON_NULL",
717
+ "name": null,
718
+ "ofType": {
719
+ "kind": "SCALAR",
720
+ "name": "ID",
721
+ "ofType": null
722
+ }
723
+ },
724
+ "defaultValue": null
725
+ }
726
+ ],
727
+ "type": {
728
+ "kind": "OBJECT",
729
+ "name": "Language",
730
+ "ofType": null
731
+ },
732
+ "isDeprecated": false,
733
+ "deprecationReason": null
734
+ },
735
+ {
736
+ "name": "languages",
737
+ "description": null,
738
+ "args": [
739
+ {
740
+ "name": "filter",
741
+ "description": null,
742
+ "type": {
743
+ "kind": "INPUT_OBJECT",
744
+ "name": "LanguageFilterInput",
745
+ "ofType": null
746
+ },
747
+ "defaultValue": "{}"
748
+ }
749
+ ],
750
+ "type": {
751
+ "kind": "NON_NULL",
752
+ "name": null,
753
+ "ofType": {
754
+ "kind": "LIST",
755
+ "name": null,
756
+ "ofType": {
757
+ "kind": "NON_NULL",
758
+ "name": null,
759
+ "ofType": {
760
+ "kind": "OBJECT",
761
+ "name": "Language",
762
+ "ofType": null
763
+ }
764
+ }
765
+ }
766
+ },
767
+ "isDeprecated": false,
768
+ "deprecationReason": null
769
+ }
770
+ ],
771
+ "inputFields": null,
772
+ "interfaces": [],
773
+ "enumValues": null,
774
+ "possibleTypes": null
775
+ },
776
+ {
777
+ "kind": "OBJECT",
778
+ "name": "State",
779
+ "description": null,
780
+ "fields": [
781
+ {
782
+ "name": "code",
783
+ "description": null,
784
+ "args": [],
785
+ "type": {
786
+ "kind": "SCALAR",
787
+ "name": "String",
788
+ "ofType": null
789
+ },
790
+ "isDeprecated": false,
791
+ "deprecationReason": null
792
+ },
793
+ {
794
+ "name": "country",
795
+ "description": null,
796
+ "args": [],
797
+ "type": {
798
+ "kind": "NON_NULL",
799
+ "name": null,
800
+ "ofType": {
801
+ "kind": "OBJECT",
802
+ "name": "Country",
803
+ "ofType": null
804
+ }
805
+ },
806
+ "isDeprecated": false,
807
+ "deprecationReason": null
808
+ },
809
+ {
810
+ "name": "name",
811
+ "description": null,
812
+ "args": [],
813
+ "type": {
814
+ "kind": "NON_NULL",
815
+ "name": null,
816
+ "ofType": {
817
+ "kind": "SCALAR",
818
+ "name": "String",
819
+ "ofType": null
820
+ }
821
+ },
822
+ "isDeprecated": false,
823
+ "deprecationReason": null
824
+ }
825
+ ],
826
+ "inputFields": null,
827
+ "interfaces": [],
828
+ "enumValues": null,
829
+ "possibleTypes": null
830
+ },
831
+ {
832
+ "kind": "SCALAR",
833
+ "name": "String",
834
+ "description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
835
+ "fields": null,
836
+ "inputFields": null,
837
+ "interfaces": null,
838
+ "enumValues": null,
839
+ "possibleTypes": null
840
+ },
841
+ {
842
+ "kind": "INPUT_OBJECT",
843
+ "name": "StringQueryOperatorInput",
844
+ "description": null,
845
+ "fields": null,
846
+ "inputFields": [
847
+ {
848
+ "name": "eq",
849
+ "description": null,
850
+ "type": {
851
+ "kind": "SCALAR",
852
+ "name": "String",
853
+ "ofType": null
854
+ },
855
+ "defaultValue": null
856
+ },
857
+ {
858
+ "name": "in",
859
+ "description": null,
860
+ "type": {
861
+ "kind": "LIST",
862
+ "name": null,
863
+ "ofType": {
864
+ "kind": "NON_NULL",
865
+ "name": null,
866
+ "ofType": {
867
+ "kind": "SCALAR",
868
+ "name": "String",
869
+ "ofType": null
870
+ }
871
+ }
872
+ },
873
+ "defaultValue": null
874
+ },
875
+ {
876
+ "name": "ne",
877
+ "description": null,
878
+ "type": {
879
+ "kind": "SCALAR",
880
+ "name": "String",
881
+ "ofType": null
882
+ },
883
+ "defaultValue": null
884
+ },
885
+ {
886
+ "name": "nin",
887
+ "description": null,
888
+ "type": {
889
+ "kind": "LIST",
890
+ "name": null,
891
+ "ofType": {
892
+ "kind": "NON_NULL",
893
+ "name": null,
894
+ "ofType": {
895
+ "kind": "SCALAR",
896
+ "name": "String",
897
+ "ofType": null
898
+ }
899
+ }
900
+ },
901
+ "defaultValue": null
902
+ },
903
+ {
904
+ "name": "regex",
905
+ "description": null,
906
+ "type": {
907
+ "kind": "SCALAR",
908
+ "name": "String",
909
+ "ofType": null
910
+ },
911
+ "defaultValue": null
912
+ }
913
+ ],
914
+ "interfaces": null,
915
+ "enumValues": null,
916
+ "possibleTypes": null
917
+ },
918
+ {
919
+ "kind": "OBJECT",
920
+ "name": "Subdivision",
921
+ "description": null,
922
+ "fields": [
923
+ {
924
+ "name": "code",
925
+ "description": null,
926
+ "args": [],
927
+ "type": {
928
+ "kind": "NON_NULL",
929
+ "name": null,
930
+ "ofType": {
931
+ "kind": "SCALAR",
932
+ "name": "ID",
933
+ "ofType": null
934
+ }
935
+ },
936
+ "isDeprecated": false,
937
+ "deprecationReason": null
938
+ },
939
+ {
940
+ "name": "emoji",
941
+ "description": null,
942
+ "args": [],
943
+ "type": {
944
+ "kind": "SCALAR",
945
+ "name": "String",
946
+ "ofType": null
947
+ },
948
+ "isDeprecated": false,
949
+ "deprecationReason": null
950
+ },
951
+ {
952
+ "name": "name",
953
+ "description": null,
954
+ "args": [],
955
+ "type": {
956
+ "kind": "NON_NULL",
957
+ "name": null,
958
+ "ofType": {
959
+ "kind": "SCALAR",
960
+ "name": "String",
961
+ "ofType": null
962
+ }
963
+ },
964
+ "isDeprecated": false,
965
+ "deprecationReason": null
966
+ }
967
+ ],
968
+ "inputFields": null,
969
+ "interfaces": [],
970
+ "enumValues": null,
971
+ "possibleTypes": null
972
+ },
973
+ {
974
+ "kind": "OBJECT",
975
+ "name": "__Directive",
976
+ "description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
977
+ "fields": [
978
+ {
979
+ "name": "name",
980
+ "description": null,
981
+ "args": [],
982
+ "type": {
983
+ "kind": "NON_NULL",
984
+ "name": null,
985
+ "ofType": {
986
+ "kind": "SCALAR",
987
+ "name": "String",
988
+ "ofType": null
989
+ }
990
+ },
991
+ "isDeprecated": false,
992
+ "deprecationReason": null
993
+ },
994
+ {
995
+ "name": "description",
996
+ "description": null,
997
+ "args": [],
998
+ "type": {
999
+ "kind": "SCALAR",
1000
+ "name": "String",
1001
+ "ofType": null
1002
+ },
1003
+ "isDeprecated": false,
1004
+ "deprecationReason": null
1005
+ },
1006
+ {
1007
+ "name": "isRepeatable",
1008
+ "description": null,
1009
+ "args": [],
1010
+ "type": {
1011
+ "kind": "NON_NULL",
1012
+ "name": null,
1013
+ "ofType": {
1014
+ "kind": "SCALAR",
1015
+ "name": "Boolean",
1016
+ "ofType": null
1017
+ }
1018
+ },
1019
+ "isDeprecated": false,
1020
+ "deprecationReason": null
1021
+ },
1022
+ {
1023
+ "name": "locations",
1024
+ "description": null,
1025
+ "args": [],
1026
+ "type": {
1027
+ "kind": "NON_NULL",
1028
+ "name": null,
1029
+ "ofType": {
1030
+ "kind": "LIST",
1031
+ "name": null,
1032
+ "ofType": {
1033
+ "kind": "NON_NULL",
1034
+ "name": null,
1035
+ "ofType": {
1036
+ "kind": "ENUM",
1037
+ "name": "__DirectiveLocation",
1038
+ "ofType": null
1039
+ }
1040
+ }
1041
+ }
1042
+ },
1043
+ "isDeprecated": false,
1044
+ "deprecationReason": null
1045
+ },
1046
+ {
1047
+ "name": "args",
1048
+ "description": null,
1049
+ "args": [
1050
+ {
1051
+ "name": "includeDeprecated",
1052
+ "description": null,
1053
+ "type": {
1054
+ "kind": "SCALAR",
1055
+ "name": "Boolean",
1056
+ "ofType": null
1057
+ },
1058
+ "defaultValue": "false"
1059
+ }
1060
+ ],
1061
+ "type": {
1062
+ "kind": "NON_NULL",
1063
+ "name": null,
1064
+ "ofType": {
1065
+ "kind": "LIST",
1066
+ "name": null,
1067
+ "ofType": {
1068
+ "kind": "NON_NULL",
1069
+ "name": null,
1070
+ "ofType": {
1071
+ "kind": "OBJECT",
1072
+ "name": "__InputValue",
1073
+ "ofType": null
1074
+ }
1075
+ }
1076
+ }
1077
+ },
1078
+ "isDeprecated": false,
1079
+ "deprecationReason": null
1080
+ }
1081
+ ],
1082
+ "inputFields": null,
1083
+ "interfaces": [],
1084
+ "enumValues": null,
1085
+ "possibleTypes": null
1086
+ },
1087
+ {
1088
+ "kind": "ENUM",
1089
+ "name": "__DirectiveLocation",
1090
+ "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
1091
+ "fields": null,
1092
+ "inputFields": null,
1093
+ "interfaces": null,
1094
+ "enumValues": [
1095
+ {
1096
+ "name": "QUERY",
1097
+ "description": "Location adjacent to a query operation.",
1098
+ "isDeprecated": false,
1099
+ "deprecationReason": null
1100
+ },
1101
+ {
1102
+ "name": "MUTATION",
1103
+ "description": "Location adjacent to a mutation operation.",
1104
+ "isDeprecated": false,
1105
+ "deprecationReason": null
1106
+ },
1107
+ {
1108
+ "name": "SUBSCRIPTION",
1109
+ "description": "Location adjacent to a subscription operation.",
1110
+ "isDeprecated": false,
1111
+ "deprecationReason": null
1112
+ },
1113
+ {
1114
+ "name": "FIELD",
1115
+ "description": "Location adjacent to a field.",
1116
+ "isDeprecated": false,
1117
+ "deprecationReason": null
1118
+ },
1119
+ {
1120
+ "name": "FRAGMENT_DEFINITION",
1121
+ "description": "Location adjacent to a fragment definition.",
1122
+ "isDeprecated": false,
1123
+ "deprecationReason": null
1124
+ },
1125
+ {
1126
+ "name": "FRAGMENT_SPREAD",
1127
+ "description": "Location adjacent to a fragment spread.",
1128
+ "isDeprecated": false,
1129
+ "deprecationReason": null
1130
+ },
1131
+ {
1132
+ "name": "INLINE_FRAGMENT",
1133
+ "description": "Location adjacent to an inline fragment.",
1134
+ "isDeprecated": false,
1135
+ "deprecationReason": null
1136
+ },
1137
+ {
1138
+ "name": "VARIABLE_DEFINITION",
1139
+ "description": "Location adjacent to a variable definition.",
1140
+ "isDeprecated": false,
1141
+ "deprecationReason": null
1142
+ },
1143
+ {
1144
+ "name": "SCHEMA",
1145
+ "description": "Location adjacent to a schema definition.",
1146
+ "isDeprecated": false,
1147
+ "deprecationReason": null
1148
+ },
1149
+ {
1150
+ "name": "SCALAR",
1151
+ "description": "Location adjacent to a scalar definition.",
1152
+ "isDeprecated": false,
1153
+ "deprecationReason": null
1154
+ },
1155
+ {
1156
+ "name": "OBJECT",
1157
+ "description": "Location adjacent to an object type definition.",
1158
+ "isDeprecated": false,
1159
+ "deprecationReason": null
1160
+ },
1161
+ {
1162
+ "name": "FIELD_DEFINITION",
1163
+ "description": "Location adjacent to a field definition.",
1164
+ "isDeprecated": false,
1165
+ "deprecationReason": null
1166
+ },
1167
+ {
1168
+ "name": "ARGUMENT_DEFINITION",
1169
+ "description": "Location adjacent to an argument definition.",
1170
+ "isDeprecated": false,
1171
+ "deprecationReason": null
1172
+ },
1173
+ {
1174
+ "name": "INTERFACE",
1175
+ "description": "Location adjacent to an interface definition.",
1176
+ "isDeprecated": false,
1177
+ "deprecationReason": null
1178
+ },
1179
+ {
1180
+ "name": "UNION",
1181
+ "description": "Location adjacent to a union definition.",
1182
+ "isDeprecated": false,
1183
+ "deprecationReason": null
1184
+ },
1185
+ {
1186
+ "name": "ENUM",
1187
+ "description": "Location adjacent to an enum definition.",
1188
+ "isDeprecated": false,
1189
+ "deprecationReason": null
1190
+ },
1191
+ {
1192
+ "name": "ENUM_VALUE",
1193
+ "description": "Location adjacent to an enum value definition.",
1194
+ "isDeprecated": false,
1195
+ "deprecationReason": null
1196
+ },
1197
+ {
1198
+ "name": "INPUT_OBJECT",
1199
+ "description": "Location adjacent to an input object type definition.",
1200
+ "isDeprecated": false,
1201
+ "deprecationReason": null
1202
+ },
1203
+ {
1204
+ "name": "INPUT_FIELD_DEFINITION",
1205
+ "description": "Location adjacent to an input object field definition.",
1206
+ "isDeprecated": false,
1207
+ "deprecationReason": null
1208
+ }
1209
+ ],
1210
+ "possibleTypes": null
1211
+ },
1212
+ {
1213
+ "kind": "OBJECT",
1214
+ "name": "__EnumValue",
1215
+ "description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
1216
+ "fields": [
1217
+ {
1218
+ "name": "name",
1219
+ "description": null,
1220
+ "args": [],
1221
+ "type": {
1222
+ "kind": "NON_NULL",
1223
+ "name": null,
1224
+ "ofType": {
1225
+ "kind": "SCALAR",
1226
+ "name": "String",
1227
+ "ofType": null
1228
+ }
1229
+ },
1230
+ "isDeprecated": false,
1231
+ "deprecationReason": null
1232
+ },
1233
+ {
1234
+ "name": "description",
1235
+ "description": null,
1236
+ "args": [],
1237
+ "type": {
1238
+ "kind": "SCALAR",
1239
+ "name": "String",
1240
+ "ofType": null
1241
+ },
1242
+ "isDeprecated": false,
1243
+ "deprecationReason": null
1244
+ },
1245
+ {
1246
+ "name": "isDeprecated",
1247
+ "description": null,
1248
+ "args": [],
1249
+ "type": {
1250
+ "kind": "NON_NULL",
1251
+ "name": null,
1252
+ "ofType": {
1253
+ "kind": "SCALAR",
1254
+ "name": "Boolean",
1255
+ "ofType": null
1256
+ }
1257
+ },
1258
+ "isDeprecated": false,
1259
+ "deprecationReason": null
1260
+ },
1261
+ {
1262
+ "name": "deprecationReason",
1263
+ "description": null,
1264
+ "args": [],
1265
+ "type": {
1266
+ "kind": "SCALAR",
1267
+ "name": "String",
1268
+ "ofType": null
1269
+ },
1270
+ "isDeprecated": false,
1271
+ "deprecationReason": null
1272
+ }
1273
+ ],
1274
+ "inputFields": null,
1275
+ "interfaces": [],
1276
+ "enumValues": null,
1277
+ "possibleTypes": null
1278
+ },
1279
+ {
1280
+ "kind": "OBJECT",
1281
+ "name": "__Field",
1282
+ "description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
1283
+ "fields": [
1284
+ {
1285
+ "name": "name",
1286
+ "description": null,
1287
+ "args": [],
1288
+ "type": {
1289
+ "kind": "NON_NULL",
1290
+ "name": null,
1291
+ "ofType": {
1292
+ "kind": "SCALAR",
1293
+ "name": "String",
1294
+ "ofType": null
1295
+ }
1296
+ },
1297
+ "isDeprecated": false,
1298
+ "deprecationReason": null
1299
+ },
1300
+ {
1301
+ "name": "description",
1302
+ "description": null,
1303
+ "args": [],
1304
+ "type": {
1305
+ "kind": "SCALAR",
1306
+ "name": "String",
1307
+ "ofType": null
1308
+ },
1309
+ "isDeprecated": false,
1310
+ "deprecationReason": null
1311
+ },
1312
+ {
1313
+ "name": "args",
1314
+ "description": null,
1315
+ "args": [
1316
+ {
1317
+ "name": "includeDeprecated",
1318
+ "description": null,
1319
+ "type": {
1320
+ "kind": "SCALAR",
1321
+ "name": "Boolean",
1322
+ "ofType": null
1323
+ },
1324
+ "defaultValue": "false"
1325
+ }
1326
+ ],
1327
+ "type": {
1328
+ "kind": "NON_NULL",
1329
+ "name": null,
1330
+ "ofType": {
1331
+ "kind": "LIST",
1332
+ "name": null,
1333
+ "ofType": {
1334
+ "kind": "NON_NULL",
1335
+ "name": null,
1336
+ "ofType": {
1337
+ "kind": "OBJECT",
1338
+ "name": "__InputValue",
1339
+ "ofType": null
1340
+ }
1341
+ }
1342
+ }
1343
+ },
1344
+ "isDeprecated": false,
1345
+ "deprecationReason": null
1346
+ },
1347
+ {
1348
+ "name": "type",
1349
+ "description": null,
1350
+ "args": [],
1351
+ "type": {
1352
+ "kind": "NON_NULL",
1353
+ "name": null,
1354
+ "ofType": {
1355
+ "kind": "OBJECT",
1356
+ "name": "__Type",
1357
+ "ofType": null
1358
+ }
1359
+ },
1360
+ "isDeprecated": false,
1361
+ "deprecationReason": null
1362
+ },
1363
+ {
1364
+ "name": "isDeprecated",
1365
+ "description": null,
1366
+ "args": [],
1367
+ "type": {
1368
+ "kind": "NON_NULL",
1369
+ "name": null,
1370
+ "ofType": {
1371
+ "kind": "SCALAR",
1372
+ "name": "Boolean",
1373
+ "ofType": null
1374
+ }
1375
+ },
1376
+ "isDeprecated": false,
1377
+ "deprecationReason": null
1378
+ },
1379
+ {
1380
+ "name": "deprecationReason",
1381
+ "description": null,
1382
+ "args": [],
1383
+ "type": {
1384
+ "kind": "SCALAR",
1385
+ "name": "String",
1386
+ "ofType": null
1387
+ },
1388
+ "isDeprecated": false,
1389
+ "deprecationReason": null
1390
+ }
1391
+ ],
1392
+ "inputFields": null,
1393
+ "interfaces": [],
1394
+ "enumValues": null,
1395
+ "possibleTypes": null
1396
+ },
1397
+ {
1398
+ "kind": "OBJECT",
1399
+ "name": "__InputValue",
1400
+ "description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
1401
+ "fields": [
1402
+ {
1403
+ "name": "name",
1404
+ "description": null,
1405
+ "args": [],
1406
+ "type": {
1407
+ "kind": "NON_NULL",
1408
+ "name": null,
1409
+ "ofType": {
1410
+ "kind": "SCALAR",
1411
+ "name": "String",
1412
+ "ofType": null
1413
+ }
1414
+ },
1415
+ "isDeprecated": false,
1416
+ "deprecationReason": null
1417
+ },
1418
+ {
1419
+ "name": "description",
1420
+ "description": null,
1421
+ "args": [],
1422
+ "type": {
1423
+ "kind": "SCALAR",
1424
+ "name": "String",
1425
+ "ofType": null
1426
+ },
1427
+ "isDeprecated": false,
1428
+ "deprecationReason": null
1429
+ },
1430
+ {
1431
+ "name": "type",
1432
+ "description": null,
1433
+ "args": [],
1434
+ "type": {
1435
+ "kind": "NON_NULL",
1436
+ "name": null,
1437
+ "ofType": {
1438
+ "kind": "OBJECT",
1439
+ "name": "__Type",
1440
+ "ofType": null
1441
+ }
1442
+ },
1443
+ "isDeprecated": false,
1444
+ "deprecationReason": null
1445
+ },
1446
+ {
1447
+ "name": "defaultValue",
1448
+ "description": "A GraphQL-formatted string representing the default value for this input value.",
1449
+ "args": [],
1450
+ "type": {
1451
+ "kind": "SCALAR",
1452
+ "name": "String",
1453
+ "ofType": null
1454
+ },
1455
+ "isDeprecated": false,
1456
+ "deprecationReason": null
1457
+ },
1458
+ {
1459
+ "name": "isDeprecated",
1460
+ "description": null,
1461
+ "args": [],
1462
+ "type": {
1463
+ "kind": "NON_NULL",
1464
+ "name": null,
1465
+ "ofType": {
1466
+ "kind": "SCALAR",
1467
+ "name": "Boolean",
1468
+ "ofType": null
1469
+ }
1470
+ },
1471
+ "isDeprecated": false,
1472
+ "deprecationReason": null
1473
+ },
1474
+ {
1475
+ "name": "deprecationReason",
1476
+ "description": null,
1477
+ "args": [],
1478
+ "type": {
1479
+ "kind": "SCALAR",
1480
+ "name": "String",
1481
+ "ofType": null
1482
+ },
1483
+ "isDeprecated": false,
1484
+ "deprecationReason": null
1485
+ }
1486
+ ],
1487
+ "inputFields": null,
1488
+ "interfaces": [],
1489
+ "enumValues": null,
1490
+ "possibleTypes": null
1491
+ },
1492
+ {
1493
+ "kind": "OBJECT",
1494
+ "name": "__Schema",
1495
+ "description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
1496
+ "fields": [
1497
+ {
1498
+ "name": "description",
1499
+ "description": null,
1500
+ "args": [],
1501
+ "type": {
1502
+ "kind": "SCALAR",
1503
+ "name": "String",
1504
+ "ofType": null
1505
+ },
1506
+ "isDeprecated": false,
1507
+ "deprecationReason": null
1508
+ },
1509
+ {
1510
+ "name": "types",
1511
+ "description": "A list of all types supported by this server.",
1512
+ "args": [],
1513
+ "type": {
1514
+ "kind": "NON_NULL",
1515
+ "name": null,
1516
+ "ofType": {
1517
+ "kind": "LIST",
1518
+ "name": null,
1519
+ "ofType": {
1520
+ "kind": "NON_NULL",
1521
+ "name": null,
1522
+ "ofType": {
1523
+ "kind": "OBJECT",
1524
+ "name": "__Type",
1525
+ "ofType": null
1526
+ }
1527
+ }
1528
+ }
1529
+ },
1530
+ "isDeprecated": false,
1531
+ "deprecationReason": null
1532
+ },
1533
+ {
1534
+ "name": "queryType",
1535
+ "description": "The type that query operations will be rooted at.",
1536
+ "args": [],
1537
+ "type": {
1538
+ "kind": "NON_NULL",
1539
+ "name": null,
1540
+ "ofType": {
1541
+ "kind": "OBJECT",
1542
+ "name": "__Type",
1543
+ "ofType": null
1544
+ }
1545
+ },
1546
+ "isDeprecated": false,
1547
+ "deprecationReason": null
1548
+ },
1549
+ {
1550
+ "name": "mutationType",
1551
+ "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
1552
+ "args": [],
1553
+ "type": {
1554
+ "kind": "OBJECT",
1555
+ "name": "__Type",
1556
+ "ofType": null
1557
+ },
1558
+ "isDeprecated": false,
1559
+ "deprecationReason": null
1560
+ },
1561
+ {
1562
+ "name": "subscriptionType",
1563
+ "description": "If this server support subscription, the type that subscription operations will be rooted at.",
1564
+ "args": [],
1565
+ "type": {
1566
+ "kind": "OBJECT",
1567
+ "name": "__Type",
1568
+ "ofType": null
1569
+ },
1570
+ "isDeprecated": false,
1571
+ "deprecationReason": null
1572
+ },
1573
+ {
1574
+ "name": "directives",
1575
+ "description": "A list of all directives supported by this server.",
1576
+ "args": [],
1577
+ "type": {
1578
+ "kind": "NON_NULL",
1579
+ "name": null,
1580
+ "ofType": {
1581
+ "kind": "LIST",
1582
+ "name": null,
1583
+ "ofType": {
1584
+ "kind": "NON_NULL",
1585
+ "name": null,
1586
+ "ofType": {
1587
+ "kind": "OBJECT",
1588
+ "name": "__Directive",
1589
+ "ofType": null
1590
+ }
1591
+ }
1592
+ }
1593
+ },
1594
+ "isDeprecated": false,
1595
+ "deprecationReason": null
1596
+ }
1597
+ ],
1598
+ "inputFields": null,
1599
+ "interfaces": [],
1600
+ "enumValues": null,
1601
+ "possibleTypes": null
1602
+ },
1603
+ {
1604
+ "kind": "OBJECT",
1605
+ "name": "__Type",
1606
+ "description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name, description and optional `specifiedByURL`, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
1607
+ "fields": [
1608
+ {
1609
+ "name": "kind",
1610
+ "description": null,
1611
+ "args": [],
1612
+ "type": {
1613
+ "kind": "NON_NULL",
1614
+ "name": null,
1615
+ "ofType": {
1616
+ "kind": "ENUM",
1617
+ "name": "__TypeKind",
1618
+ "ofType": null
1619
+ }
1620
+ },
1621
+ "isDeprecated": false,
1622
+ "deprecationReason": null
1623
+ },
1624
+ {
1625
+ "name": "name",
1626
+ "description": null,
1627
+ "args": [],
1628
+ "type": {
1629
+ "kind": "SCALAR",
1630
+ "name": "String",
1631
+ "ofType": null
1632
+ },
1633
+ "isDeprecated": false,
1634
+ "deprecationReason": null
1635
+ },
1636
+ {
1637
+ "name": "description",
1638
+ "description": null,
1639
+ "args": [],
1640
+ "type": {
1641
+ "kind": "SCALAR",
1642
+ "name": "String",
1643
+ "ofType": null
1644
+ },
1645
+ "isDeprecated": false,
1646
+ "deprecationReason": null
1647
+ },
1648
+ {
1649
+ "name": "specifiedByURL",
1650
+ "description": null,
1651
+ "args": [],
1652
+ "type": {
1653
+ "kind": "SCALAR",
1654
+ "name": "String",
1655
+ "ofType": null
1656
+ },
1657
+ "isDeprecated": false,
1658
+ "deprecationReason": null
1659
+ },
1660
+ {
1661
+ "name": "fields",
1662
+ "description": null,
1663
+ "args": [
1664
+ {
1665
+ "name": "includeDeprecated",
1666
+ "description": null,
1667
+ "type": {
1668
+ "kind": "SCALAR",
1669
+ "name": "Boolean",
1670
+ "ofType": null
1671
+ },
1672
+ "defaultValue": "false"
1673
+ }
1674
+ ],
1675
+ "type": {
1676
+ "kind": "LIST",
1677
+ "name": null,
1678
+ "ofType": {
1679
+ "kind": "NON_NULL",
1680
+ "name": null,
1681
+ "ofType": {
1682
+ "kind": "OBJECT",
1683
+ "name": "__Field",
1684
+ "ofType": null
1685
+ }
1686
+ }
1687
+ },
1688
+ "isDeprecated": false,
1689
+ "deprecationReason": null
1690
+ },
1691
+ {
1692
+ "name": "interfaces",
1693
+ "description": null,
1694
+ "args": [],
1695
+ "type": {
1696
+ "kind": "LIST",
1697
+ "name": null,
1698
+ "ofType": {
1699
+ "kind": "NON_NULL",
1700
+ "name": null,
1701
+ "ofType": {
1702
+ "kind": "OBJECT",
1703
+ "name": "__Type",
1704
+ "ofType": null
1705
+ }
1706
+ }
1707
+ },
1708
+ "isDeprecated": false,
1709
+ "deprecationReason": null
1710
+ },
1711
+ {
1712
+ "name": "possibleTypes",
1713
+ "description": null,
1714
+ "args": [],
1715
+ "type": {
1716
+ "kind": "LIST",
1717
+ "name": null,
1718
+ "ofType": {
1719
+ "kind": "NON_NULL",
1720
+ "name": null,
1721
+ "ofType": {
1722
+ "kind": "OBJECT",
1723
+ "name": "__Type",
1724
+ "ofType": null
1725
+ }
1726
+ }
1727
+ },
1728
+ "isDeprecated": false,
1729
+ "deprecationReason": null
1730
+ },
1731
+ {
1732
+ "name": "enumValues",
1733
+ "description": null,
1734
+ "args": [
1735
+ {
1736
+ "name": "includeDeprecated",
1737
+ "description": null,
1738
+ "type": {
1739
+ "kind": "SCALAR",
1740
+ "name": "Boolean",
1741
+ "ofType": null
1742
+ },
1743
+ "defaultValue": "false"
1744
+ }
1745
+ ],
1746
+ "type": {
1747
+ "kind": "LIST",
1748
+ "name": null,
1749
+ "ofType": {
1750
+ "kind": "NON_NULL",
1751
+ "name": null,
1752
+ "ofType": {
1753
+ "kind": "OBJECT",
1754
+ "name": "__EnumValue",
1755
+ "ofType": null
1756
+ }
1757
+ }
1758
+ },
1759
+ "isDeprecated": false,
1760
+ "deprecationReason": null
1761
+ },
1762
+ {
1763
+ "name": "inputFields",
1764
+ "description": null,
1765
+ "args": [
1766
+ {
1767
+ "name": "includeDeprecated",
1768
+ "description": null,
1769
+ "type": {
1770
+ "kind": "SCALAR",
1771
+ "name": "Boolean",
1772
+ "ofType": null
1773
+ },
1774
+ "defaultValue": "false"
1775
+ }
1776
+ ],
1777
+ "type": {
1778
+ "kind": "LIST",
1779
+ "name": null,
1780
+ "ofType": {
1781
+ "kind": "NON_NULL",
1782
+ "name": null,
1783
+ "ofType": {
1784
+ "kind": "OBJECT",
1785
+ "name": "__InputValue",
1786
+ "ofType": null
1787
+ }
1788
+ }
1789
+ },
1790
+ "isDeprecated": false,
1791
+ "deprecationReason": null
1792
+ },
1793
+ {
1794
+ "name": "ofType",
1795
+ "description": null,
1796
+ "args": [],
1797
+ "type": {
1798
+ "kind": "OBJECT",
1799
+ "name": "__Type",
1800
+ "ofType": null
1801
+ },
1802
+ "isDeprecated": false,
1803
+ "deprecationReason": null
1804
+ }
1805
+ ],
1806
+ "inputFields": null,
1807
+ "interfaces": [],
1808
+ "enumValues": null,
1809
+ "possibleTypes": null
1810
+ },
1811
+ {
1812
+ "kind": "ENUM",
1813
+ "name": "__TypeKind",
1814
+ "description": "An enum describing what kind of type a given `__Type` is.",
1815
+ "fields": null,
1816
+ "inputFields": null,
1817
+ "interfaces": null,
1818
+ "enumValues": [
1819
+ {
1820
+ "name": "SCALAR",
1821
+ "description": "Indicates this type is a scalar.",
1822
+ "isDeprecated": false,
1823
+ "deprecationReason": null
1824
+ },
1825
+ {
1826
+ "name": "OBJECT",
1827
+ "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
1828
+ "isDeprecated": false,
1829
+ "deprecationReason": null
1830
+ },
1831
+ {
1832
+ "name": "INTERFACE",
1833
+ "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.",
1834
+ "isDeprecated": false,
1835
+ "deprecationReason": null
1836
+ },
1837
+ {
1838
+ "name": "UNION",
1839
+ "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
1840
+ "isDeprecated": false,
1841
+ "deprecationReason": null
1842
+ },
1843
+ {
1844
+ "name": "ENUM",
1845
+ "description": "Indicates this type is an enum. `enumValues` is a valid field.",
1846
+ "isDeprecated": false,
1847
+ "deprecationReason": null
1848
+ },
1849
+ {
1850
+ "name": "INPUT_OBJECT",
1851
+ "description": "Indicates this type is an input object. `inputFields` is a valid field.",
1852
+ "isDeprecated": false,
1853
+ "deprecationReason": null
1854
+ },
1855
+ {
1856
+ "name": "LIST",
1857
+ "description": "Indicates this type is a list. `ofType` is a valid field.",
1858
+ "isDeprecated": false,
1859
+ "deprecationReason": null
1860
+ },
1861
+ {
1862
+ "name": "NON_NULL",
1863
+ "description": "Indicates this type is a non-null. `ofType` is a valid field.",
1864
+ "isDeprecated": false,
1865
+ "deprecationReason": null
1866
+ }
1867
+ ],
1868
+ "possibleTypes": null
1869
+ }
1870
+ ],
1871
+ "directives": [
1872
+ {
1873
+ "name": "deprecated",
1874
+ "description": "Marks an element of a GraphQL schema as no longer supported.",
1875
+ "locations": [
1876
+ "ARGUMENT_DEFINITION",
1877
+ "ENUM_VALUE",
1878
+ "FIELD_DEFINITION",
1879
+ "INPUT_FIELD_DEFINITION"
1880
+ ],
1881
+ "args": [
1882
+ {
1883
+ "name": "reason",
1884
+ "description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org/).",
1885
+ "type": {
1886
+ "kind": "SCALAR",
1887
+ "name": "String",
1888
+ "ofType": null
1889
+ },
1890
+ "defaultValue": "\"No longer supported\""
1891
+ }
1892
+ ]
1893
+ },
1894
+ {
1895
+ "name": "include",
1896
+ "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
1897
+ "locations": [
1898
+ "FIELD",
1899
+ "FRAGMENT_SPREAD",
1900
+ "INLINE_FRAGMENT"
1901
+ ],
1902
+ "args": [
1903
+ {
1904
+ "name": "if",
1905
+ "description": "Included when true.",
1906
+ "type": {
1907
+ "kind": "NON_NULL",
1908
+ "name": null,
1909
+ "ofType": {
1910
+ "kind": "SCALAR",
1911
+ "name": "Boolean",
1912
+ "ofType": null
1913
+ }
1914
+ },
1915
+ "defaultValue": null
1916
+ }
1917
+ ]
1918
+ },
1919
+ {
1920
+ "name": "skip",
1921
+ "description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
1922
+ "locations": [
1923
+ "FIELD",
1924
+ "FRAGMENT_SPREAD",
1925
+ "INLINE_FRAGMENT"
1926
+ ],
1927
+ "args": [
1928
+ {
1929
+ "name": "if",
1930
+ "description": "Skipped when true.",
1931
+ "type": {
1932
+ "kind": "NON_NULL",
1933
+ "name": null,
1934
+ "ofType": {
1935
+ "kind": "SCALAR",
1936
+ "name": "Boolean",
1937
+ "ofType": null
1938
+ }
1939
+ },
1940
+ "defaultValue": null
1941
+ }
1942
+ ]
1943
+ },
1944
+ {
1945
+ "name": "specifiedBy",
1946
+ "description": "Exposes a URL that specifies the behavior of this scalar.",
1947
+ "locations": [
1948
+ "SCALAR"
1949
+ ],
1950
+ "args": [
1951
+ {
1952
+ "name": "url",
1953
+ "description": "The URL that specifies the behavior of this scalar.",
1954
+ "type": {
1955
+ "kind": "NON_NULL",
1956
+ "name": null,
1957
+ "ofType": {
1958
+ "kind": "SCALAR",
1959
+ "name": "String",
1960
+ "ofType": null
1961
+ }
1962
+ },
1963
+ "defaultValue": null
1964
+ }
1965
+ ]
1966
+ }
1967
+ ]
1968
+ }
1969
+ }
1970
+ }