nefino-geosync 0.1.0__py3-none-any.whl

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.

Potentially problematic release.


This version of nefino-geosync might be problematic. Click here for more details.

@@ -0,0 +1,2309 @@
1
+ {
2
+ "data": {
3
+ "__schema": {
4
+ "directives": [
5
+ {
6
+ "args": [
7
+ {
8
+ "defaultValue": null,
9
+ "description": "Included when true.",
10
+ "name": "if",
11
+ "type": {
12
+ "kind": "NON_NULL",
13
+ "name": null,
14
+ "ofType": {
15
+ "kind": "SCALAR",
16
+ "name": "Boolean",
17
+ "ofType": null
18
+ }
19
+ }
20
+ }
21
+ ],
22
+ "description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
23
+ "locations": [
24
+ "FIELD",
25
+ "FRAGMENT_SPREAD",
26
+ "INLINE_FRAGMENT"
27
+ ],
28
+ "name": "include"
29
+ },
30
+ {
31
+ "args": [
32
+ {
33
+ "defaultValue": null,
34
+ "description": "Skipped when true.",
35
+ "name": "if",
36
+ "type": {
37
+ "kind": "NON_NULL",
38
+ "name": null,
39
+ "ofType": {
40
+ "kind": "SCALAR",
41
+ "name": "Boolean",
42
+ "ofType": null
43
+ }
44
+ }
45
+ }
46
+ ],
47
+ "description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
48
+ "locations": [
49
+ "FIELD",
50
+ "FRAGMENT_SPREAD",
51
+ "INLINE_FRAGMENT"
52
+ ],
53
+ "name": "skip"
54
+ },
55
+ {
56
+ "args": [
57
+ {
58
+ "defaultValue": "\"No longer supported\"",
59
+ "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/).",
60
+ "name": "reason",
61
+ "type": {
62
+ "kind": "SCALAR",
63
+ "name": "String",
64
+ "ofType": null
65
+ }
66
+ }
67
+ ],
68
+ "description": "Marks an element of a GraphQL schema as no longer supported.",
69
+ "locations": [
70
+ "FIELD_DEFINITION",
71
+ "ARGUMENT_DEFINITION",
72
+ "INPUT_FIELD_DEFINITION",
73
+ "ENUM_VALUE"
74
+ ],
75
+ "name": "deprecated"
76
+ },
77
+ {
78
+ "args": [
79
+ {
80
+ "defaultValue": null,
81
+ "description": "The URL that specifies the behaviour of this scalar.",
82
+ "name": "url",
83
+ "type": {
84
+ "kind": "NON_NULL",
85
+ "name": null,
86
+ "ofType": {
87
+ "kind": "SCALAR",
88
+ "name": "String",
89
+ "ofType": null
90
+ }
91
+ }
92
+ }
93
+ ],
94
+ "description": "Exposes a URL that specifies the behaviour of this scalar.",
95
+ "locations": [
96
+ "SCALAR"
97
+ ],
98
+ "name": "specifiedBy"
99
+ }
100
+ ],
101
+ "mutationType": {
102
+ "name": "Mutation"
103
+ },
104
+ "queryType": {
105
+ "name": "Query"
106
+ },
107
+ "subscriptionType": null,
108
+ "types": [
109
+ {
110
+ "description": "Top-level graphql query for the external API.",
111
+ "enumValues": null,
112
+ "fields": [
113
+ {
114
+ "args": [
115
+ {
116
+ "defaultValue": null,
117
+ "description": "The ID of the analysis to query.",
118
+ "name": "analysisId",
119
+ "type": {
120
+ "kind": "SCALAR",
121
+ "name": "UUID",
122
+ "ofType": null
123
+ }
124
+ }
125
+ ],
126
+ "deprecationReason": null,
127
+ "description": "Status, urls, etc. of a specific geo analysis, or all analyses if no ID is provided.",
128
+ "isDeprecated": false,
129
+ "name": "analysisMetadata",
130
+ "type": {
131
+ "kind": "LIST",
132
+ "name": null,
133
+ "ofType": {
134
+ "kind": "OBJECT",
135
+ "name": "MinimalAnalysis",
136
+ "ofType": null
137
+ }
138
+ }
139
+ },
140
+ {
141
+ "args": [],
142
+ "deprecationReason": null,
143
+ "description": "Information about where analyses are unlocked.",
144
+ "isDeprecated": false,
145
+ "name": "allowedAnalysisAreas",
146
+ "type": {
147
+ "kind": "OBJECT",
148
+ "name": "MinimalAreasEnabled",
149
+ "ofType": null
150
+ }
151
+ },
152
+ {
153
+ "args": [],
154
+ "deprecationReason": null,
155
+ "description": "List of available clusters.",
156
+ "isDeprecated": false,
157
+ "name": "clusters",
158
+ "type": {
159
+ "kind": "LIST",
160
+ "name": null,
161
+ "ofType": {
162
+ "kind": "OBJECT",
163
+ "name": "MinimalCluster",
164
+ "ofType": null
165
+ }
166
+ }
167
+ },
168
+ {
169
+ "args": [
170
+ {
171
+ "defaultValue": null,
172
+ "description": "Type of the place input.",
173
+ "name": "placeType",
174
+ "type": {
175
+ "kind": "NON_NULL",
176
+ "name": null,
177
+ "ofType": {
178
+ "kind": "ENUM",
179
+ "name": "PlaceTypeGeo",
180
+ "ofType": null
181
+ }
182
+ }
183
+ },
184
+ {
185
+ "defaultValue": null,
186
+ "description": "ID of the place to search for regional layers.",
187
+ "name": "placeId",
188
+ "type": {
189
+ "kind": "NON_NULL",
190
+ "name": null,
191
+ "ofType": {
192
+ "kind": "SCALAR",
193
+ "name": "String",
194
+ "ofType": null
195
+ }
196
+ }
197
+ }
198
+ ],
199
+ "deprecationReason": null,
200
+ "description": "List of regional layers available for a specific location.",
201
+ "isDeprecated": false,
202
+ "name": "regionalLayers",
203
+ "type": {
204
+ "kind": "LIST",
205
+ "name": null,
206
+ "ofType": {
207
+ "kind": "OBJECT",
208
+ "name": "MinimalLayer",
209
+ "ofType": null
210
+ }
211
+ }
212
+ },
213
+ {
214
+ "args": [],
215
+ "deprecationReason": null,
216
+ "description": "List of areas with clusters you can request there via the API.",
217
+ "isDeprecated": false,
218
+ "name": "accessRules",
219
+ "type": {
220
+ "kind": "LIST",
221
+ "name": null,
222
+ "ofType": {
223
+ "kind": "OBJECT",
224
+ "name": "MinimalGeoAccessRule",
225
+ "ofType": null
226
+ }
227
+ }
228
+ }
229
+ ],
230
+ "inputFields": null,
231
+ "interfaces": [],
232
+ "kind": "OBJECT",
233
+ "name": "Query",
234
+ "possibleTypes": null
235
+ },
236
+ {
237
+ "description": "External API representation of an analysis.",
238
+ "enumValues": null,
239
+ "fields": [
240
+ {
241
+ "args": [],
242
+ "deprecationReason": null,
243
+ "description": null,
244
+ "isDeprecated": false,
245
+ "name": "startedAt",
246
+ "type": {
247
+ "kind": "SCALAR",
248
+ "name": "DateTime",
249
+ "ofType": null
250
+ }
251
+ },
252
+ {
253
+ "args": [],
254
+ "deprecationReason": null,
255
+ "description": null,
256
+ "isDeprecated": false,
257
+ "name": "pk",
258
+ "type": {
259
+ "kind": "NON_NULL",
260
+ "name": null,
261
+ "ofType": {
262
+ "kind": "SCALAR",
263
+ "name": "ID",
264
+ "ofType": null
265
+ }
266
+ }
267
+ },
268
+ {
269
+ "args": [],
270
+ "deprecationReason": null,
271
+ "description": null,
272
+ "isDeprecated": false,
273
+ "name": "status",
274
+ "type": {
275
+ "kind": "NON_NULL",
276
+ "name": null,
277
+ "ofType": {
278
+ "kind": "ENUM",
279
+ "name": "Status",
280
+ "ofType": null
281
+ }
282
+ }
283
+ },
284
+ {
285
+ "args": [],
286
+ "deprecationReason": null,
287
+ "description": "URL to download the analysis.",
288
+ "isDeprecated": false,
289
+ "name": "url",
290
+ "type": {
291
+ "kind": "SCALAR",
292
+ "name": "String",
293
+ "ofType": null
294
+ }
295
+ }
296
+ ],
297
+ "inputFields": null,
298
+ "interfaces": [],
299
+ "kind": "OBJECT",
300
+ "name": "MinimalAnalysis",
301
+ "possibleTypes": null
302
+ },
303
+ {
304
+ "description": "The `DateTime` scalar type represents a DateTime\nvalue as specified by\n[iso8601](https://en.wikipedia.org/wiki/ISO_8601).",
305
+ "enumValues": null,
306
+ "fields": null,
307
+ "inputFields": null,
308
+ "interfaces": null,
309
+ "kind": "SCALAR",
310
+ "name": "DateTime",
311
+ "possibleTypes": null
312
+ },
313
+ {
314
+ "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.",
315
+ "enumValues": null,
316
+ "fields": null,
317
+ "inputFields": null,
318
+ "interfaces": null,
319
+ "kind": "SCALAR",
320
+ "name": "ID",
321
+ "possibleTypes": null
322
+ },
323
+ {
324
+ "description": "\n Status of geo request.\n ",
325
+ "enumValues": [
326
+ {
327
+ "deprecationReason": null,
328
+ "description": null,
329
+ "isDeprecated": false,
330
+ "name": "PENDING"
331
+ },
332
+ {
333
+ "deprecationReason": null,
334
+ "description": null,
335
+ "isDeprecated": false,
336
+ "name": "RUNNING"
337
+ },
338
+ {
339
+ "deprecationReason": null,
340
+ "description": null,
341
+ "isDeprecated": false,
342
+ "name": "SUCCESS"
343
+ },
344
+ {
345
+ "deprecationReason": null,
346
+ "description": null,
347
+ "isDeprecated": false,
348
+ "name": "ERROR"
349
+ }
350
+ ],
351
+ "fields": null,
352
+ "inputFields": null,
353
+ "interfaces": null,
354
+ "kind": "ENUM",
355
+ "name": "Status",
356
+ "possibleTypes": null
357
+ },
358
+ {
359
+ "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.",
360
+ "enumValues": null,
361
+ "fields": null,
362
+ "inputFields": null,
363
+ "interfaces": null,
364
+ "kind": "SCALAR",
365
+ "name": "String",
366
+ "possibleTypes": null
367
+ },
368
+ {
369
+ "description": "Leverages the internal Python implementation of UUID (uuid.UUID) to provide native UUID objects\nin fields, resolvers and input.",
370
+ "enumValues": null,
371
+ "fields": null,
372
+ "inputFields": null,
373
+ "interfaces": null,
374
+ "kind": "SCALAR",
375
+ "name": "UUID",
376
+ "possibleTypes": null
377
+ },
378
+ {
379
+ "description": "Minimal info detailing the areas enabled for the external API",
380
+ "enumValues": null,
381
+ "fields": [
382
+ {
383
+ "args": [],
384
+ "deprecationReason": null,
385
+ "description": null,
386
+ "isDeprecated": false,
387
+ "name": "allAreasEnabled",
388
+ "type": {
389
+ "kind": "NON_NULL",
390
+ "name": null,
391
+ "ofType": {
392
+ "kind": "SCALAR",
393
+ "name": "Boolean",
394
+ "ofType": null
395
+ }
396
+ }
397
+ },
398
+ {
399
+ "args": [],
400
+ "deprecationReason": null,
401
+ "description": "List of enabled federal states (i.e. Bundeslaender).",
402
+ "isDeprecated": false,
403
+ "name": "enabledStates",
404
+ "type": {
405
+ "kind": "LIST",
406
+ "name": null,
407
+ "ofType": {
408
+ "kind": "OBJECT",
409
+ "name": "PlaceIdentifier",
410
+ "ofType": null
411
+ }
412
+ }
413
+ }
414
+ ],
415
+ "inputFields": null,
416
+ "interfaces": [],
417
+ "kind": "OBJECT",
418
+ "name": "MinimalAreasEnabled",
419
+ "possibleTypes": null
420
+ },
421
+ {
422
+ "description": "The `Boolean` scalar type represents `true` or `false`.",
423
+ "enumValues": null,
424
+ "fields": null,
425
+ "inputFields": null,
426
+ "interfaces": null,
427
+ "kind": "SCALAR",
428
+ "name": "Boolean",
429
+ "possibleTypes": null
430
+ },
431
+ {
432
+ "description": null,
433
+ "enumValues": null,
434
+ "fields": [
435
+ {
436
+ "args": [],
437
+ "deprecationReason": null,
438
+ "description": "ID of the place object in its type table.",
439
+ "isDeprecated": false,
440
+ "name": "placeId",
441
+ "type": {
442
+ "kind": "NON_NULL",
443
+ "name": null,
444
+ "ofType": {
445
+ "kind": "SCALAR",
446
+ "name": "ID",
447
+ "ofType": null
448
+ }
449
+ }
450
+ },
451
+ {
452
+ "args": [],
453
+ "deprecationReason": null,
454
+ "description": "Object type of the place.",
455
+ "isDeprecated": false,
456
+ "name": "placeType",
457
+ "type": {
458
+ "kind": "NON_NULL",
459
+ "name": null,
460
+ "ofType": {
461
+ "kind": "ENUM",
462
+ "name": "PlaceTypeNews",
463
+ "ofType": null
464
+ }
465
+ }
466
+ }
467
+ ],
468
+ "inputFields": null,
469
+ "interfaces": [],
470
+ "kind": "OBJECT",
471
+ "name": "PlaceIdentifier",
472
+ "possibleTypes": null
473
+ },
474
+ {
475
+ "description": "\n Type of a place.\n ",
476
+ "enumValues": [
477
+ {
478
+ "deprecationReason": null,
479
+ "description": null,
480
+ "isDeprecated": false,
481
+ "name": "COUNTRY"
482
+ },
483
+ {
484
+ "deprecationReason": null,
485
+ "description": null,
486
+ "isDeprecated": false,
487
+ "name": "FEDERAL_STATE"
488
+ },
489
+ {
490
+ "deprecationReason": null,
491
+ "description": null,
492
+ "isDeprecated": false,
493
+ "name": "PLANNING_REGIONS"
494
+ },
495
+ {
496
+ "deprecationReason": null,
497
+ "description": null,
498
+ "isDeprecated": false,
499
+ "name": "COUNTY"
500
+ },
501
+ {
502
+ "deprecationReason": null,
503
+ "description": null,
504
+ "isDeprecated": false,
505
+ "name": "ADMINISTRATIVE_UNIT"
506
+ },
507
+ {
508
+ "deprecationReason": null,
509
+ "description": null,
510
+ "isDeprecated": false,
511
+ "name": "LOCAL_ADMINISTRATIVE_UNITS"
512
+ }
513
+ ],
514
+ "fields": null,
515
+ "inputFields": null,
516
+ "interfaces": null,
517
+ "kind": "ENUM",
518
+ "name": "PlaceTypeNews",
519
+ "possibleTypes": null
520
+ },
521
+ {
522
+ "description": "Minimal cluster object for the external API",
523
+ "enumValues": null,
524
+ "fields": [
525
+ {
526
+ "args": [],
527
+ "deprecationReason": null,
528
+ "description": null,
529
+ "isDeprecated": false,
530
+ "name": "name",
531
+ "type": {
532
+ "kind": "NON_NULL",
533
+ "name": null,
534
+ "ofType": {
535
+ "kind": "SCALAR",
536
+ "name": "String",
537
+ "ofType": null
538
+ }
539
+ }
540
+ },
541
+ {
542
+ "args": [],
543
+ "deprecationReason": null,
544
+ "description": "Cluster layers.",
545
+ "isDeprecated": false,
546
+ "name": "layers",
547
+ "type": {
548
+ "kind": "NON_NULL",
549
+ "name": null,
550
+ "ofType": {
551
+ "kind": "LIST",
552
+ "name": null,
553
+ "ofType": {
554
+ "kind": "NON_NULL",
555
+ "name": null,
556
+ "ofType": {
557
+ "kind": "OBJECT",
558
+ "name": "MinimalLayer",
559
+ "ofType": null
560
+ }
561
+ }
562
+ }
563
+ }
564
+ },
565
+ {
566
+ "args": [],
567
+ "deprecationReason": null,
568
+ "description": "Whether the user has access to this cluster.",
569
+ "isDeprecated": false,
570
+ "name": "hasAccess",
571
+ "type": {
572
+ "kind": "SCALAR",
573
+ "name": "Boolean",
574
+ "ofType": null
575
+ }
576
+ }
577
+ ],
578
+ "inputFields": null,
579
+ "interfaces": [],
580
+ "kind": "OBJECT",
581
+ "name": "MinimalCluster",
582
+ "possibleTypes": null
583
+ },
584
+ {
585
+ "description": "Minimal layer object for the external API",
586
+ "enumValues": null,
587
+ "fields": [
588
+ {
589
+ "args": [],
590
+ "deprecationReason": null,
591
+ "description": null,
592
+ "isDeprecated": false,
593
+ "name": "name",
594
+ "type": {
595
+ "kind": "NON_NULL",
596
+ "name": null,
597
+ "ofType": {
598
+ "kind": "SCALAR",
599
+ "name": "String",
600
+ "ofType": null
601
+ }
602
+ }
603
+ },
604
+ {
605
+ "args": [],
606
+ "deprecationReason": null,
607
+ "description": null,
608
+ "isDeprecated": false,
609
+ "name": "preBuffer",
610
+ "type": {
611
+ "kind": "NON_NULL",
612
+ "name": null,
613
+ "ofType": {
614
+ "kind": "SCALAR",
615
+ "name": "Int",
616
+ "ofType": null
617
+ }
618
+ }
619
+ },
620
+ {
621
+ "args": [],
622
+ "deprecationReason": null,
623
+ "description": null,
624
+ "isDeprecated": false,
625
+ "name": "lastUpdate",
626
+ "type": {
627
+ "kind": "SCALAR",
628
+ "name": "DateTime",
629
+ "ofType": null
630
+ }
631
+ },
632
+ {
633
+ "args": [],
634
+ "deprecationReason": null,
635
+ "description": null,
636
+ "isDeprecated": false,
637
+ "name": "isRegional",
638
+ "type": {
639
+ "kind": "NON_NULL",
640
+ "name": null,
641
+ "ofType": {
642
+ "kind": "SCALAR",
643
+ "name": "Boolean",
644
+ "ofType": null
645
+ }
646
+ }
647
+ }
648
+ ],
649
+ "inputFields": null,
650
+ "interfaces": [],
651
+ "kind": "OBJECT",
652
+ "name": "MinimalLayer",
653
+ "possibleTypes": null
654
+ },
655
+ {
656
+ "description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.",
657
+ "enumValues": null,
658
+ "fields": null,
659
+ "inputFields": null,
660
+ "interfaces": null,
661
+ "kind": "SCALAR",
662
+ "name": "Int",
663
+ "possibleTypes": null
664
+ },
665
+ {
666
+ "description": "\n Type of a place.\n ",
667
+ "enumValues": [
668
+ {
669
+ "deprecationReason": null,
670
+ "description": null,
671
+ "isDeprecated": false,
672
+ "name": "COUNTRY"
673
+ },
674
+ {
675
+ "deprecationReason": null,
676
+ "description": null,
677
+ "isDeprecated": false,
678
+ "name": "FEDERAL_STATE_GEO"
679
+ },
680
+ {
681
+ "deprecationReason": null,
682
+ "description": null,
683
+ "isDeprecated": false,
684
+ "name": "PLANNING_REGIONS_GEO"
685
+ },
686
+ {
687
+ "deprecationReason": null,
688
+ "description": null,
689
+ "isDeprecated": false,
690
+ "name": "ADMINISTRATIVE_UNIT_GEO"
691
+ },
692
+ {
693
+ "deprecationReason": null,
694
+ "description": null,
695
+ "isDeprecated": false,
696
+ "name": "LOCAL_ADMINISTRATIVE_UNITS_GEO"
697
+ }
698
+ ],
699
+ "fields": null,
700
+ "inputFields": null,
701
+ "interfaces": null,
702
+ "kind": "ENUM",
703
+ "name": "PlaceTypeGeo",
704
+ "possibleTypes": null
705
+ },
706
+ {
707
+ "description": "A rule that describes the access to clusters for places.",
708
+ "enumValues": null,
709
+ "fields": [
710
+ {
711
+ "args": [],
712
+ "deprecationReason": null,
713
+ "description": null,
714
+ "isDeprecated": false,
715
+ "name": "allClustersEnabled",
716
+ "type": {
717
+ "kind": "NON_NULL",
718
+ "name": null,
719
+ "ofType": {
720
+ "kind": "SCALAR",
721
+ "name": "Boolean",
722
+ "ofType": null
723
+ }
724
+ }
725
+ },
726
+ {
727
+ "args": [],
728
+ "deprecationReason": null,
729
+ "description": "Clusters to allow.",
730
+ "isDeprecated": false,
731
+ "name": "clusters",
732
+ "type": {
733
+ "kind": "LIST",
734
+ "name": null,
735
+ "ofType": {
736
+ "kind": "SCALAR",
737
+ "name": "String",
738
+ "ofType": null
739
+ }
740
+ }
741
+ },
742
+ {
743
+ "args": [],
744
+ "deprecationReason": null,
745
+ "description": "Places to allow.",
746
+ "isDeprecated": false,
747
+ "name": "places",
748
+ "type": {
749
+ "kind": "LIST",
750
+ "name": null,
751
+ "ofType": {
752
+ "kind": "SCALAR",
753
+ "name": "String",
754
+ "ofType": null
755
+ }
756
+ }
757
+ }
758
+ ],
759
+ "inputFields": null,
760
+ "interfaces": [],
761
+ "kind": "OBJECT",
762
+ "name": "MinimalGeoAccessRule",
763
+ "possibleTypes": null
764
+ },
765
+ {
766
+ "description": "top-level graphql mutation for the external API.",
767
+ "enumValues": null,
768
+ "fields": [
769
+ {
770
+ "args": [
771
+ {
772
+ "defaultValue": null,
773
+ "description": "Geo analysis start inputs.",
774
+ "name": "inputs",
775
+ "type": {
776
+ "kind": "NON_NULL",
777
+ "name": null,
778
+ "ofType": {
779
+ "kind": "INPUT_OBJECT",
780
+ "name": "GeoAnalysisInput",
781
+ "ofType": null
782
+ }
783
+ }
784
+ }
785
+ ],
786
+ "deprecationReason": null,
787
+ "description": "Minimal analysis start mutation for the external API.",
788
+ "isDeprecated": false,
789
+ "name": "startAnalysis",
790
+ "type": {
791
+ "kind": "OBJECT",
792
+ "name": "MinimalAnalysis",
793
+ "ofType": null
794
+ }
795
+ }
796
+ ],
797
+ "inputFields": null,
798
+ "interfaces": [],
799
+ "kind": "OBJECT",
800
+ "name": "Mutation",
801
+ "possibleTypes": null
802
+ },
803
+ {
804
+ "description": "Input for a geo analysis in a specific radius around a coordinate or just at the coordinate.",
805
+ "enumValues": null,
806
+ "fields": null,
807
+ "inputFields": [
808
+ {
809
+ "defaultValue": null,
810
+ "description": null,
811
+ "name": "name",
812
+ "type": {
813
+ "kind": "SCALAR",
814
+ "name": "String",
815
+ "ofType": null
816
+ }
817
+ },
818
+ {
819
+ "defaultValue": null,
820
+ "description": "General specs",
821
+ "name": "specs",
822
+ "type": {
823
+ "kind": "NON_NULL",
824
+ "name": null,
825
+ "ofType": {
826
+ "kind": "LIST",
827
+ "name": null,
828
+ "ofType": {
829
+ "kind": "NON_NULL",
830
+ "name": null,
831
+ "ofType": {
832
+ "kind": "INPUT_OBJECT",
833
+ "name": "GeoAnalysisObjectInput",
834
+ "ofType": null
835
+ }
836
+ }
837
+ }
838
+ }
839
+ }
840
+ ],
841
+ "interfaces": null,
842
+ "kind": "INPUT_OBJECT",
843
+ "name": "GeoAnalysisInput",
844
+ "possibleTypes": null
845
+ },
846
+ {
847
+ "description": "Input for analysis specs.",
848
+ "enumValues": null,
849
+ "fields": null,
850
+ "inputFields": [
851
+ {
852
+ "defaultValue": null,
853
+ "description": "Location of the query. Center of the circle or square if scope.type is \"radius\" or \"square\". Ignored for polygon query.",
854
+ "name": "coordinate",
855
+ "type": {
856
+ "kind": "NON_NULL",
857
+ "name": null,
858
+ "ofType": {
859
+ "kind": "INPUT_OBJECT",
860
+ "name": "CoordinateInput",
861
+ "ofType": null
862
+ }
863
+ }
864
+ },
865
+ {
866
+ "defaultValue": null,
867
+ "description": "Supply only for area queries.",
868
+ "name": "scope",
869
+ "type": {
870
+ "kind": "NON_NULL",
871
+ "name": null,
872
+ "ofType": {
873
+ "kind": "INPUT_OBJECT",
874
+ "name": "GeoAnalysisScopeInput",
875
+ "ofType": null
876
+ }
877
+ }
878
+ },
879
+ {
880
+ "defaultValue": null,
881
+ "description": "Which clusters and layers to include in the query.",
882
+ "name": "requests",
883
+ "type": {
884
+ "kind": "NON_NULL",
885
+ "name": null,
886
+ "ofType": {
887
+ "kind": "LIST",
888
+ "name": null,
889
+ "ofType": {
890
+ "kind": "NON_NULL",
891
+ "name": null,
892
+ "ofType": {
893
+ "kind": "INPUT_OBJECT",
894
+ "name": "GeoAnalysisRequestInput",
895
+ "ofType": null
896
+ }
897
+ }
898
+ }
899
+ }
900
+ },
901
+ {
902
+ "defaultValue": null,
903
+ "description": "Supply which operations should be performed on the requested layers.",
904
+ "name": "operations",
905
+ "type": {
906
+ "kind": "NON_NULL",
907
+ "name": null,
908
+ "ofType": {
909
+ "kind": "LIST",
910
+ "name": null,
911
+ "ofType": {
912
+ "kind": "NON_NULL",
913
+ "name": null,
914
+ "ofType": {
915
+ "kind": "INPUT_OBJECT",
916
+ "name": "GeoAnalysisOperationInput",
917
+ "ofType": null
918
+ }
919
+ }
920
+ }
921
+ }
922
+ },
923
+ {
924
+ "defaultValue": null,
925
+ "description": "Supply the output format of the analysis.",
926
+ "name": "output",
927
+ "type": {
928
+ "kind": "NON_NULL",
929
+ "name": null,
930
+ "ofType": {
931
+ "kind": "INPUT_OBJECT",
932
+ "name": "GeoAnalysisOutputFormatInput",
933
+ "ofType": null
934
+ }
935
+ }
936
+ }
937
+ ],
938
+ "interfaces": null,
939
+ "kind": "INPUT_OBJECT",
940
+ "name": "GeoAnalysisObjectInput",
941
+ "possibleTypes": null
942
+ },
943
+ {
944
+ "description": "InputObject for Coordinate.",
945
+ "enumValues": null,
946
+ "fields": null,
947
+ "inputFields": [
948
+ {
949
+ "defaultValue": null,
950
+ "description": null,
951
+ "name": "lon",
952
+ "type": {
953
+ "kind": "NON_NULL",
954
+ "name": null,
955
+ "ofType": {
956
+ "kind": "SCALAR",
957
+ "name": "Float",
958
+ "ofType": null
959
+ }
960
+ }
961
+ },
962
+ {
963
+ "defaultValue": null,
964
+ "description": null,
965
+ "name": "lat",
966
+ "type": {
967
+ "kind": "NON_NULL",
968
+ "name": null,
969
+ "ofType": {
970
+ "kind": "SCALAR",
971
+ "name": "Float",
972
+ "ofType": null
973
+ }
974
+ }
975
+ }
976
+ ],
977
+ "interfaces": null,
978
+ "kind": "INPUT_OBJECT",
979
+ "name": "CoordinateInput",
980
+ "possibleTypes": null
981
+ },
982
+ {
983
+ "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
984
+ "enumValues": null,
985
+ "fields": null,
986
+ "inputFields": null,
987
+ "interfaces": null,
988
+ "kind": "SCALAR",
989
+ "name": "Float",
990
+ "possibleTypes": null
991
+ },
992
+ {
993
+ "description": "Input for scope specs.",
994
+ "enumValues": null,
995
+ "fields": null,
996
+ "inputFields": [
997
+ {
998
+ "defaultValue": null,
999
+ "description": "Provide shape of the analysis.",
1000
+ "name": "type",
1001
+ "type": {
1002
+ "kind": "NON_NULL",
1003
+ "name": null,
1004
+ "ofType": {
1005
+ "kind": "ENUM",
1006
+ "name": "ScopeType",
1007
+ "ofType": null
1008
+ }
1009
+ }
1010
+ },
1011
+ {
1012
+ "defaultValue": null,
1013
+ "description": "If \"type\" == \"radius\", fill this value.",
1014
+ "name": "radius",
1015
+ "type": {
1016
+ "kind": "SCALAR",
1017
+ "name": "Float",
1018
+ "ofType": null
1019
+ }
1020
+ },
1021
+ {
1022
+ "defaultValue": null,
1023
+ "description": "If \"type\" == \"square\", fill this value.",
1024
+ "name": "sides",
1025
+ "type": {
1026
+ "kind": "SCALAR",
1027
+ "name": "Float",
1028
+ "ofType": null
1029
+ }
1030
+ },
1031
+ {
1032
+ "defaultValue": null,
1033
+ "description": "If \"type\" == \"polygon\", fill this value with a geojson string.",
1034
+ "name": "polygon",
1035
+ "type": {
1036
+ "kind": "SCALAR",
1037
+ "name": "String",
1038
+ "ofType": null
1039
+ }
1040
+ },
1041
+ {
1042
+ "defaultValue": null,
1043
+ "description": "If \"type\" is a place, provide the place ID.",
1044
+ "name": "place",
1045
+ "type": {
1046
+ "kind": "SCALAR",
1047
+ "name": "String",
1048
+ "ofType": null
1049
+ }
1050
+ }
1051
+ ],
1052
+ "interfaces": null,
1053
+ "kind": "INPUT_OBJECT",
1054
+ "name": "GeoAnalysisScopeInput",
1055
+ "possibleTypes": null
1056
+ },
1057
+ {
1058
+ "description": "An enumeration.",
1059
+ "enumValues": [
1060
+ {
1061
+ "deprecationReason": null,
1062
+ "description": null,
1063
+ "isDeprecated": false,
1064
+ "name": "RADIUS"
1065
+ },
1066
+ {
1067
+ "deprecationReason": null,
1068
+ "description": null,
1069
+ "isDeprecated": false,
1070
+ "name": "SQUARE"
1071
+ },
1072
+ {
1073
+ "deprecationReason": null,
1074
+ "description": null,
1075
+ "isDeprecated": false,
1076
+ "name": "POLYGON"
1077
+ },
1078
+ {
1079
+ "deprecationReason": null,
1080
+ "description": null,
1081
+ "isDeprecated": false,
1082
+ "name": "LOCAL_ADMINISTRATIVE_UNIT"
1083
+ },
1084
+ {
1085
+ "deprecationReason": null,
1086
+ "description": null,
1087
+ "isDeprecated": false,
1088
+ "name": "ADMINISTRATIVE_UNIT"
1089
+ },
1090
+ {
1091
+ "deprecationReason": null,
1092
+ "description": null,
1093
+ "isDeprecated": false,
1094
+ "name": "PLANNING_REGION"
1095
+ },
1096
+ {
1097
+ "deprecationReason": null,
1098
+ "description": null,
1099
+ "isDeprecated": false,
1100
+ "name": "FEDERAL_STATE"
1101
+ }
1102
+ ],
1103
+ "fields": null,
1104
+ "inputFields": null,
1105
+ "interfaces": null,
1106
+ "kind": "ENUM",
1107
+ "name": "ScopeType",
1108
+ "possibleTypes": null
1109
+ },
1110
+ {
1111
+ "description": "Input for specs: Cluster + Layers.",
1112
+ "enumValues": null,
1113
+ "fields": null,
1114
+ "inputFields": [
1115
+ {
1116
+ "defaultValue": null,
1117
+ "description": "Name of the cluster.",
1118
+ "name": "clusterName",
1119
+ "type": {
1120
+ "kind": "NON_NULL",
1121
+ "name": null,
1122
+ "ofType": {
1123
+ "kind": "SCALAR",
1124
+ "name": "String",
1125
+ "ofType": null
1126
+ }
1127
+ }
1128
+ },
1129
+ {
1130
+ "defaultValue": null,
1131
+ "description": "List of layers to be analysed.",
1132
+ "name": "layers",
1133
+ "type": {
1134
+ "kind": "NON_NULL",
1135
+ "name": null,
1136
+ "ofType": {
1137
+ "kind": "LIST",
1138
+ "name": null,
1139
+ "ofType": {
1140
+ "kind": "NON_NULL",
1141
+ "name": null,
1142
+ "ofType": {
1143
+ "kind": "INPUT_OBJECT",
1144
+ "name": "GeoAnalysisLayerInput",
1145
+ "ofType": null
1146
+ }
1147
+ }
1148
+ }
1149
+ }
1150
+ }
1151
+ ],
1152
+ "interfaces": null,
1153
+ "kind": "INPUT_OBJECT",
1154
+ "name": "GeoAnalysisRequestInput",
1155
+ "possibleTypes": null
1156
+ },
1157
+ {
1158
+ "description": "Input for specs: Layer + requested buffers (per cluster).",
1159
+ "enumValues": null,
1160
+ "fields": null,
1161
+ "inputFields": [
1162
+ {
1163
+ "defaultValue": null,
1164
+ "description": "Name of the layer to analyze.",
1165
+ "name": "layerName",
1166
+ "type": {
1167
+ "kind": "NON_NULL",
1168
+ "name": null,
1169
+ "ofType": {
1170
+ "kind": "SCALAR",
1171
+ "name": "String",
1172
+ "ofType": null
1173
+ }
1174
+ }
1175
+ },
1176
+ {
1177
+ "defaultValue": null,
1178
+ "description": "List of integers of buffers in meters.",
1179
+ "name": "bufferM",
1180
+ "type": {
1181
+ "kind": "NON_NULL",
1182
+ "name": null,
1183
+ "ofType": {
1184
+ "kind": "LIST",
1185
+ "name": null,
1186
+ "ofType": {
1187
+ "kind": "NON_NULL",
1188
+ "name": null,
1189
+ "ofType": {
1190
+ "kind": "SCALAR",
1191
+ "name": "Int",
1192
+ "ofType": null
1193
+ }
1194
+ }
1195
+ }
1196
+ }
1197
+ }
1198
+ ],
1199
+ "interfaces": null,
1200
+ "kind": "INPUT_OBJECT",
1201
+ "name": "GeoAnalysisLayerInput",
1202
+ "possibleTypes": null
1203
+ },
1204
+ {
1205
+ "description": "Input for specs: Requested operations.",
1206
+ "enumValues": null,
1207
+ "fields": null,
1208
+ "inputFields": [
1209
+ {
1210
+ "defaultValue": null,
1211
+ "description": "Operation to be done on those layers. One of \"union\", \"union_negative\" or \"both\". Default is \"both\".",
1212
+ "name": "type",
1213
+ "type": {
1214
+ "kind": "ENUM",
1215
+ "name": "OperationType",
1216
+ "ofType": null
1217
+ }
1218
+ },
1219
+ {
1220
+ "defaultValue": null,
1221
+ "description": "Name of the requested operation",
1222
+ "name": "operationName",
1223
+ "type": {
1224
+ "kind": "NON_NULL",
1225
+ "name": null,
1226
+ "ofType": {
1227
+ "kind": "SCALAR",
1228
+ "name": "String",
1229
+ "ofType": null
1230
+ }
1231
+ }
1232
+ },
1233
+ {
1234
+ "defaultValue": null,
1235
+ "description": "List of Cluster-layer-buffer combinations in shape of <cluster>.<layer>.<buffer> e.g. \"cluster1.layer2.200\".",
1236
+ "name": "input",
1237
+ "type": {
1238
+ "kind": "NON_NULL",
1239
+ "name": null,
1240
+ "ofType": {
1241
+ "kind": "LIST",
1242
+ "name": null,
1243
+ "ofType": {
1244
+ "kind": "SCALAR",
1245
+ "name": "String",
1246
+ "ofType": null
1247
+ }
1248
+ }
1249
+ }
1250
+ }
1251
+ ],
1252
+ "interfaces": null,
1253
+ "kind": "INPUT_OBJECT",
1254
+ "name": "GeoAnalysisOperationInput",
1255
+ "possibleTypes": null
1256
+ },
1257
+ {
1258
+ "description": "An enumeration.",
1259
+ "enumValues": [
1260
+ {
1261
+ "deprecationReason": null,
1262
+ "description": null,
1263
+ "isDeprecated": false,
1264
+ "name": "UNION"
1265
+ },
1266
+ {
1267
+ "deprecationReason": null,
1268
+ "description": null,
1269
+ "isDeprecated": false,
1270
+ "name": "UNION_NEGATIVE"
1271
+ },
1272
+ {
1273
+ "deprecationReason": null,
1274
+ "description": null,
1275
+ "isDeprecated": false,
1276
+ "name": "BOTH"
1277
+ }
1278
+ ],
1279
+ "fields": null,
1280
+ "inputFields": null,
1281
+ "interfaces": null,
1282
+ "kind": "ENUM",
1283
+ "name": "OperationType",
1284
+ "possibleTypes": null
1285
+ },
1286
+ {
1287
+ "description": "Input for specs: Output format.",
1288
+ "enumValues": null,
1289
+ "fields": null,
1290
+ "inputFields": [
1291
+ {
1292
+ "defaultValue": null,
1293
+ "description": "Specify the output template name.",
1294
+ "name": "templateName",
1295
+ "type": {
1296
+ "kind": "NON_NULL",
1297
+ "name": null,
1298
+ "ofType": {
1299
+ "kind": "SCALAR",
1300
+ "name": "String",
1301
+ "ofType": null
1302
+ }
1303
+ }
1304
+ },
1305
+ {
1306
+ "defaultValue": null,
1307
+ "description": "Specify output format type.",
1308
+ "name": "type",
1309
+ "type": {
1310
+ "kind": "NON_NULL",
1311
+ "name": null,
1312
+ "ofType": {
1313
+ "kind": "ENUM",
1314
+ "name": "OutputObjectType",
1315
+ "ofType": null
1316
+ }
1317
+ }
1318
+ },
1319
+ {
1320
+ "defaultValue": null,
1321
+ "description": "Specify the Coordinate reference system.",
1322
+ "name": "crs",
1323
+ "type": {
1324
+ "kind": "NON_NULL",
1325
+ "name": null,
1326
+ "ofType": {
1327
+ "kind": "ENUM",
1328
+ "name": "CRSType",
1329
+ "ofType": null
1330
+ }
1331
+ }
1332
+ }
1333
+ ],
1334
+ "interfaces": null,
1335
+ "kind": "INPUT_OBJECT",
1336
+ "name": "GeoAnalysisOutputFormatInput",
1337
+ "possibleTypes": null
1338
+ },
1339
+ {
1340
+ "description": "An enumeration.",
1341
+ "enumValues": [
1342
+ {
1343
+ "deprecationReason": null,
1344
+ "description": null,
1345
+ "isDeprecated": false,
1346
+ "name": "SHP"
1347
+ },
1348
+ {
1349
+ "deprecationReason": null,
1350
+ "description": null,
1351
+ "isDeprecated": false,
1352
+ "name": "QGIS_PRJ"
1353
+ },
1354
+ {
1355
+ "deprecationReason": null,
1356
+ "description": null,
1357
+ "isDeprecated": false,
1358
+ "name": "QGIS_AND_GPKG"
1359
+ },
1360
+ {
1361
+ "deprecationReason": null,
1362
+ "description": null,
1363
+ "isDeprecated": false,
1364
+ "name": "GPKG"
1365
+ }
1366
+ ],
1367
+ "fields": null,
1368
+ "inputFields": null,
1369
+ "interfaces": null,
1370
+ "kind": "ENUM",
1371
+ "name": "OutputObjectType",
1372
+ "possibleTypes": null
1373
+ },
1374
+ {
1375
+ "description": "An enumeration.",
1376
+ "enumValues": [
1377
+ {
1378
+ "deprecationReason": null,
1379
+ "description": null,
1380
+ "isDeprecated": false,
1381
+ "name": "EPSG_4326"
1382
+ },
1383
+ {
1384
+ "deprecationReason": null,
1385
+ "description": null,
1386
+ "isDeprecated": false,
1387
+ "name": "EPSG_25832"
1388
+ },
1389
+ {
1390
+ "deprecationReason": null,
1391
+ "description": null,
1392
+ "isDeprecated": false,
1393
+ "name": "EPSG_25833"
1394
+ },
1395
+ {
1396
+ "deprecationReason": null,
1397
+ "description": null,
1398
+ "isDeprecated": false,
1399
+ "name": "EPSG_3035"
1400
+ }
1401
+ ],
1402
+ "fields": null,
1403
+ "inputFields": null,
1404
+ "interfaces": null,
1405
+ "kind": "ENUM",
1406
+ "name": "CRSType",
1407
+ "possibleTypes": null
1408
+ },
1409
+ {
1410
+ "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.",
1411
+ "enumValues": null,
1412
+ "fields": [
1413
+ {
1414
+ "args": [],
1415
+ "deprecationReason": null,
1416
+ "description": null,
1417
+ "isDeprecated": false,
1418
+ "name": "description",
1419
+ "type": {
1420
+ "kind": "SCALAR",
1421
+ "name": "String",
1422
+ "ofType": null
1423
+ }
1424
+ },
1425
+ {
1426
+ "args": [],
1427
+ "deprecationReason": null,
1428
+ "description": "A list of all types supported by this server.",
1429
+ "isDeprecated": false,
1430
+ "name": "types",
1431
+ "type": {
1432
+ "kind": "NON_NULL",
1433
+ "name": null,
1434
+ "ofType": {
1435
+ "kind": "LIST",
1436
+ "name": null,
1437
+ "ofType": {
1438
+ "kind": "NON_NULL",
1439
+ "name": null,
1440
+ "ofType": {
1441
+ "kind": "OBJECT",
1442
+ "name": "__Type",
1443
+ "ofType": null
1444
+ }
1445
+ }
1446
+ }
1447
+ }
1448
+ },
1449
+ {
1450
+ "args": [],
1451
+ "deprecationReason": null,
1452
+ "description": "The type that query operations will be rooted at.",
1453
+ "isDeprecated": false,
1454
+ "name": "queryType",
1455
+ "type": {
1456
+ "kind": "NON_NULL",
1457
+ "name": null,
1458
+ "ofType": {
1459
+ "kind": "OBJECT",
1460
+ "name": "__Type",
1461
+ "ofType": null
1462
+ }
1463
+ }
1464
+ },
1465
+ {
1466
+ "args": [],
1467
+ "deprecationReason": null,
1468
+ "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
1469
+ "isDeprecated": false,
1470
+ "name": "mutationType",
1471
+ "type": {
1472
+ "kind": "OBJECT",
1473
+ "name": "__Type",
1474
+ "ofType": null
1475
+ }
1476
+ },
1477
+ {
1478
+ "args": [],
1479
+ "deprecationReason": null,
1480
+ "description": "If this server support subscription, the type that subscription operations will be rooted at.",
1481
+ "isDeprecated": false,
1482
+ "name": "subscriptionType",
1483
+ "type": {
1484
+ "kind": "OBJECT",
1485
+ "name": "__Type",
1486
+ "ofType": null
1487
+ }
1488
+ },
1489
+ {
1490
+ "args": [],
1491
+ "deprecationReason": null,
1492
+ "description": "A list of all directives supported by this server.",
1493
+ "isDeprecated": false,
1494
+ "name": "directives",
1495
+ "type": {
1496
+ "kind": "NON_NULL",
1497
+ "name": null,
1498
+ "ofType": {
1499
+ "kind": "LIST",
1500
+ "name": null,
1501
+ "ofType": {
1502
+ "kind": "NON_NULL",
1503
+ "name": null,
1504
+ "ofType": {
1505
+ "kind": "OBJECT",
1506
+ "name": "__Directive",
1507
+ "ofType": null
1508
+ }
1509
+ }
1510
+ }
1511
+ }
1512
+ }
1513
+ ],
1514
+ "inputFields": null,
1515
+ "interfaces": [],
1516
+ "kind": "OBJECT",
1517
+ "name": "__Schema",
1518
+ "possibleTypes": null
1519
+ },
1520
+ {
1521
+ "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.",
1522
+ "enumValues": null,
1523
+ "fields": [
1524
+ {
1525
+ "args": [],
1526
+ "deprecationReason": null,
1527
+ "description": null,
1528
+ "isDeprecated": false,
1529
+ "name": "kind",
1530
+ "type": {
1531
+ "kind": "NON_NULL",
1532
+ "name": null,
1533
+ "ofType": {
1534
+ "kind": "ENUM",
1535
+ "name": "__TypeKind",
1536
+ "ofType": null
1537
+ }
1538
+ }
1539
+ },
1540
+ {
1541
+ "args": [],
1542
+ "deprecationReason": null,
1543
+ "description": null,
1544
+ "isDeprecated": false,
1545
+ "name": "name",
1546
+ "type": {
1547
+ "kind": "SCALAR",
1548
+ "name": "String",
1549
+ "ofType": null
1550
+ }
1551
+ },
1552
+ {
1553
+ "args": [],
1554
+ "deprecationReason": null,
1555
+ "description": null,
1556
+ "isDeprecated": false,
1557
+ "name": "description",
1558
+ "type": {
1559
+ "kind": "SCALAR",
1560
+ "name": "String",
1561
+ "ofType": null
1562
+ }
1563
+ },
1564
+ {
1565
+ "args": [],
1566
+ "deprecationReason": null,
1567
+ "description": null,
1568
+ "isDeprecated": false,
1569
+ "name": "specifiedByURL",
1570
+ "type": {
1571
+ "kind": "SCALAR",
1572
+ "name": "String",
1573
+ "ofType": null
1574
+ }
1575
+ },
1576
+ {
1577
+ "args": [
1578
+ {
1579
+ "defaultValue": "false",
1580
+ "description": null,
1581
+ "name": "includeDeprecated",
1582
+ "type": {
1583
+ "kind": "SCALAR",
1584
+ "name": "Boolean",
1585
+ "ofType": null
1586
+ }
1587
+ }
1588
+ ],
1589
+ "deprecationReason": null,
1590
+ "description": null,
1591
+ "isDeprecated": false,
1592
+ "name": "fields",
1593
+ "type": {
1594
+ "kind": "LIST",
1595
+ "name": null,
1596
+ "ofType": {
1597
+ "kind": "NON_NULL",
1598
+ "name": null,
1599
+ "ofType": {
1600
+ "kind": "OBJECT",
1601
+ "name": "__Field",
1602
+ "ofType": null
1603
+ }
1604
+ }
1605
+ }
1606
+ },
1607
+ {
1608
+ "args": [],
1609
+ "deprecationReason": null,
1610
+ "description": null,
1611
+ "isDeprecated": false,
1612
+ "name": "interfaces",
1613
+ "type": {
1614
+ "kind": "LIST",
1615
+ "name": null,
1616
+ "ofType": {
1617
+ "kind": "NON_NULL",
1618
+ "name": null,
1619
+ "ofType": {
1620
+ "kind": "OBJECT",
1621
+ "name": "__Type",
1622
+ "ofType": null
1623
+ }
1624
+ }
1625
+ }
1626
+ },
1627
+ {
1628
+ "args": [],
1629
+ "deprecationReason": null,
1630
+ "description": null,
1631
+ "isDeprecated": false,
1632
+ "name": "possibleTypes",
1633
+ "type": {
1634
+ "kind": "LIST",
1635
+ "name": null,
1636
+ "ofType": {
1637
+ "kind": "NON_NULL",
1638
+ "name": null,
1639
+ "ofType": {
1640
+ "kind": "OBJECT",
1641
+ "name": "__Type",
1642
+ "ofType": null
1643
+ }
1644
+ }
1645
+ }
1646
+ },
1647
+ {
1648
+ "args": [
1649
+ {
1650
+ "defaultValue": "false",
1651
+ "description": null,
1652
+ "name": "includeDeprecated",
1653
+ "type": {
1654
+ "kind": "SCALAR",
1655
+ "name": "Boolean",
1656
+ "ofType": null
1657
+ }
1658
+ }
1659
+ ],
1660
+ "deprecationReason": null,
1661
+ "description": null,
1662
+ "isDeprecated": false,
1663
+ "name": "enumValues",
1664
+ "type": {
1665
+ "kind": "LIST",
1666
+ "name": null,
1667
+ "ofType": {
1668
+ "kind": "NON_NULL",
1669
+ "name": null,
1670
+ "ofType": {
1671
+ "kind": "OBJECT",
1672
+ "name": "__EnumValue",
1673
+ "ofType": null
1674
+ }
1675
+ }
1676
+ }
1677
+ },
1678
+ {
1679
+ "args": [
1680
+ {
1681
+ "defaultValue": "false",
1682
+ "description": null,
1683
+ "name": "includeDeprecated",
1684
+ "type": {
1685
+ "kind": "SCALAR",
1686
+ "name": "Boolean",
1687
+ "ofType": null
1688
+ }
1689
+ }
1690
+ ],
1691
+ "deprecationReason": null,
1692
+ "description": null,
1693
+ "isDeprecated": false,
1694
+ "name": "inputFields",
1695
+ "type": {
1696
+ "kind": "LIST",
1697
+ "name": null,
1698
+ "ofType": {
1699
+ "kind": "NON_NULL",
1700
+ "name": null,
1701
+ "ofType": {
1702
+ "kind": "OBJECT",
1703
+ "name": "__InputValue",
1704
+ "ofType": null
1705
+ }
1706
+ }
1707
+ }
1708
+ },
1709
+ {
1710
+ "args": [],
1711
+ "deprecationReason": null,
1712
+ "description": null,
1713
+ "isDeprecated": false,
1714
+ "name": "ofType",
1715
+ "type": {
1716
+ "kind": "OBJECT",
1717
+ "name": "__Type",
1718
+ "ofType": null
1719
+ }
1720
+ }
1721
+ ],
1722
+ "inputFields": null,
1723
+ "interfaces": [],
1724
+ "kind": "OBJECT",
1725
+ "name": "__Type",
1726
+ "possibleTypes": null
1727
+ },
1728
+ {
1729
+ "description": "An enum describing what kind of type a given `__Type` is.",
1730
+ "enumValues": [
1731
+ {
1732
+ "deprecationReason": null,
1733
+ "description": "Indicates this type is a scalar.",
1734
+ "isDeprecated": false,
1735
+ "name": "SCALAR"
1736
+ },
1737
+ {
1738
+ "deprecationReason": null,
1739
+ "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
1740
+ "isDeprecated": false,
1741
+ "name": "OBJECT"
1742
+ },
1743
+ {
1744
+ "deprecationReason": null,
1745
+ "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.",
1746
+ "isDeprecated": false,
1747
+ "name": "INTERFACE"
1748
+ },
1749
+ {
1750
+ "deprecationReason": null,
1751
+ "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
1752
+ "isDeprecated": false,
1753
+ "name": "UNION"
1754
+ },
1755
+ {
1756
+ "deprecationReason": null,
1757
+ "description": "Indicates this type is an enum. `enumValues` is a valid field.",
1758
+ "isDeprecated": false,
1759
+ "name": "ENUM"
1760
+ },
1761
+ {
1762
+ "deprecationReason": null,
1763
+ "description": "Indicates this type is an input object. `inputFields` is a valid field.",
1764
+ "isDeprecated": false,
1765
+ "name": "INPUT_OBJECT"
1766
+ },
1767
+ {
1768
+ "deprecationReason": null,
1769
+ "description": "Indicates this type is a list. `ofType` is a valid field.",
1770
+ "isDeprecated": false,
1771
+ "name": "LIST"
1772
+ },
1773
+ {
1774
+ "deprecationReason": null,
1775
+ "description": "Indicates this type is a non-null. `ofType` is a valid field.",
1776
+ "isDeprecated": false,
1777
+ "name": "NON_NULL"
1778
+ }
1779
+ ],
1780
+ "fields": null,
1781
+ "inputFields": null,
1782
+ "interfaces": null,
1783
+ "kind": "ENUM",
1784
+ "name": "__TypeKind",
1785
+ "possibleTypes": null
1786
+ },
1787
+ {
1788
+ "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.",
1789
+ "enumValues": null,
1790
+ "fields": [
1791
+ {
1792
+ "args": [],
1793
+ "deprecationReason": null,
1794
+ "description": null,
1795
+ "isDeprecated": false,
1796
+ "name": "name",
1797
+ "type": {
1798
+ "kind": "NON_NULL",
1799
+ "name": null,
1800
+ "ofType": {
1801
+ "kind": "SCALAR",
1802
+ "name": "String",
1803
+ "ofType": null
1804
+ }
1805
+ }
1806
+ },
1807
+ {
1808
+ "args": [],
1809
+ "deprecationReason": null,
1810
+ "description": null,
1811
+ "isDeprecated": false,
1812
+ "name": "description",
1813
+ "type": {
1814
+ "kind": "SCALAR",
1815
+ "name": "String",
1816
+ "ofType": null
1817
+ }
1818
+ },
1819
+ {
1820
+ "args": [
1821
+ {
1822
+ "defaultValue": "false",
1823
+ "description": null,
1824
+ "name": "includeDeprecated",
1825
+ "type": {
1826
+ "kind": "SCALAR",
1827
+ "name": "Boolean",
1828
+ "ofType": null
1829
+ }
1830
+ }
1831
+ ],
1832
+ "deprecationReason": null,
1833
+ "description": null,
1834
+ "isDeprecated": false,
1835
+ "name": "args",
1836
+ "type": {
1837
+ "kind": "NON_NULL",
1838
+ "name": null,
1839
+ "ofType": {
1840
+ "kind": "LIST",
1841
+ "name": null,
1842
+ "ofType": {
1843
+ "kind": "NON_NULL",
1844
+ "name": null,
1845
+ "ofType": {
1846
+ "kind": "OBJECT",
1847
+ "name": "__InputValue",
1848
+ "ofType": null
1849
+ }
1850
+ }
1851
+ }
1852
+ }
1853
+ },
1854
+ {
1855
+ "args": [],
1856
+ "deprecationReason": null,
1857
+ "description": null,
1858
+ "isDeprecated": false,
1859
+ "name": "type",
1860
+ "type": {
1861
+ "kind": "NON_NULL",
1862
+ "name": null,
1863
+ "ofType": {
1864
+ "kind": "OBJECT",
1865
+ "name": "__Type",
1866
+ "ofType": null
1867
+ }
1868
+ }
1869
+ },
1870
+ {
1871
+ "args": [],
1872
+ "deprecationReason": null,
1873
+ "description": null,
1874
+ "isDeprecated": false,
1875
+ "name": "isDeprecated",
1876
+ "type": {
1877
+ "kind": "NON_NULL",
1878
+ "name": null,
1879
+ "ofType": {
1880
+ "kind": "SCALAR",
1881
+ "name": "Boolean",
1882
+ "ofType": null
1883
+ }
1884
+ }
1885
+ },
1886
+ {
1887
+ "args": [],
1888
+ "deprecationReason": null,
1889
+ "description": null,
1890
+ "isDeprecated": false,
1891
+ "name": "deprecationReason",
1892
+ "type": {
1893
+ "kind": "SCALAR",
1894
+ "name": "String",
1895
+ "ofType": null
1896
+ }
1897
+ }
1898
+ ],
1899
+ "inputFields": null,
1900
+ "interfaces": [],
1901
+ "kind": "OBJECT",
1902
+ "name": "__Field",
1903
+ "possibleTypes": null
1904
+ },
1905
+ {
1906
+ "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.",
1907
+ "enumValues": null,
1908
+ "fields": [
1909
+ {
1910
+ "args": [],
1911
+ "deprecationReason": null,
1912
+ "description": null,
1913
+ "isDeprecated": false,
1914
+ "name": "name",
1915
+ "type": {
1916
+ "kind": "NON_NULL",
1917
+ "name": null,
1918
+ "ofType": {
1919
+ "kind": "SCALAR",
1920
+ "name": "String",
1921
+ "ofType": null
1922
+ }
1923
+ }
1924
+ },
1925
+ {
1926
+ "args": [],
1927
+ "deprecationReason": null,
1928
+ "description": null,
1929
+ "isDeprecated": false,
1930
+ "name": "description",
1931
+ "type": {
1932
+ "kind": "SCALAR",
1933
+ "name": "String",
1934
+ "ofType": null
1935
+ }
1936
+ },
1937
+ {
1938
+ "args": [],
1939
+ "deprecationReason": null,
1940
+ "description": null,
1941
+ "isDeprecated": false,
1942
+ "name": "type",
1943
+ "type": {
1944
+ "kind": "NON_NULL",
1945
+ "name": null,
1946
+ "ofType": {
1947
+ "kind": "OBJECT",
1948
+ "name": "__Type",
1949
+ "ofType": null
1950
+ }
1951
+ }
1952
+ },
1953
+ {
1954
+ "args": [],
1955
+ "deprecationReason": null,
1956
+ "description": "A GraphQL-formatted string representing the default value for this input value.",
1957
+ "isDeprecated": false,
1958
+ "name": "defaultValue",
1959
+ "type": {
1960
+ "kind": "SCALAR",
1961
+ "name": "String",
1962
+ "ofType": null
1963
+ }
1964
+ },
1965
+ {
1966
+ "args": [],
1967
+ "deprecationReason": null,
1968
+ "description": null,
1969
+ "isDeprecated": false,
1970
+ "name": "isDeprecated",
1971
+ "type": {
1972
+ "kind": "NON_NULL",
1973
+ "name": null,
1974
+ "ofType": {
1975
+ "kind": "SCALAR",
1976
+ "name": "Boolean",
1977
+ "ofType": null
1978
+ }
1979
+ }
1980
+ },
1981
+ {
1982
+ "args": [],
1983
+ "deprecationReason": null,
1984
+ "description": null,
1985
+ "isDeprecated": false,
1986
+ "name": "deprecationReason",
1987
+ "type": {
1988
+ "kind": "SCALAR",
1989
+ "name": "String",
1990
+ "ofType": null
1991
+ }
1992
+ }
1993
+ ],
1994
+ "inputFields": null,
1995
+ "interfaces": [],
1996
+ "kind": "OBJECT",
1997
+ "name": "__InputValue",
1998
+ "possibleTypes": null
1999
+ },
2000
+ {
2001
+ "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.",
2002
+ "enumValues": null,
2003
+ "fields": [
2004
+ {
2005
+ "args": [],
2006
+ "deprecationReason": null,
2007
+ "description": null,
2008
+ "isDeprecated": false,
2009
+ "name": "name",
2010
+ "type": {
2011
+ "kind": "NON_NULL",
2012
+ "name": null,
2013
+ "ofType": {
2014
+ "kind": "SCALAR",
2015
+ "name": "String",
2016
+ "ofType": null
2017
+ }
2018
+ }
2019
+ },
2020
+ {
2021
+ "args": [],
2022
+ "deprecationReason": null,
2023
+ "description": null,
2024
+ "isDeprecated": false,
2025
+ "name": "description",
2026
+ "type": {
2027
+ "kind": "SCALAR",
2028
+ "name": "String",
2029
+ "ofType": null
2030
+ }
2031
+ },
2032
+ {
2033
+ "args": [],
2034
+ "deprecationReason": null,
2035
+ "description": null,
2036
+ "isDeprecated": false,
2037
+ "name": "isDeprecated",
2038
+ "type": {
2039
+ "kind": "NON_NULL",
2040
+ "name": null,
2041
+ "ofType": {
2042
+ "kind": "SCALAR",
2043
+ "name": "Boolean",
2044
+ "ofType": null
2045
+ }
2046
+ }
2047
+ },
2048
+ {
2049
+ "args": [],
2050
+ "deprecationReason": null,
2051
+ "description": null,
2052
+ "isDeprecated": false,
2053
+ "name": "deprecationReason",
2054
+ "type": {
2055
+ "kind": "SCALAR",
2056
+ "name": "String",
2057
+ "ofType": null
2058
+ }
2059
+ }
2060
+ ],
2061
+ "inputFields": null,
2062
+ "interfaces": [],
2063
+ "kind": "OBJECT",
2064
+ "name": "__EnumValue",
2065
+ "possibleTypes": null
2066
+ },
2067
+ {
2068
+ "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.",
2069
+ "enumValues": null,
2070
+ "fields": [
2071
+ {
2072
+ "args": [],
2073
+ "deprecationReason": null,
2074
+ "description": null,
2075
+ "isDeprecated": false,
2076
+ "name": "name",
2077
+ "type": {
2078
+ "kind": "NON_NULL",
2079
+ "name": null,
2080
+ "ofType": {
2081
+ "kind": "SCALAR",
2082
+ "name": "String",
2083
+ "ofType": null
2084
+ }
2085
+ }
2086
+ },
2087
+ {
2088
+ "args": [],
2089
+ "deprecationReason": null,
2090
+ "description": null,
2091
+ "isDeprecated": false,
2092
+ "name": "description",
2093
+ "type": {
2094
+ "kind": "SCALAR",
2095
+ "name": "String",
2096
+ "ofType": null
2097
+ }
2098
+ },
2099
+ {
2100
+ "args": [],
2101
+ "deprecationReason": null,
2102
+ "description": null,
2103
+ "isDeprecated": false,
2104
+ "name": "isRepeatable",
2105
+ "type": {
2106
+ "kind": "NON_NULL",
2107
+ "name": null,
2108
+ "ofType": {
2109
+ "kind": "SCALAR",
2110
+ "name": "Boolean",
2111
+ "ofType": null
2112
+ }
2113
+ }
2114
+ },
2115
+ {
2116
+ "args": [],
2117
+ "deprecationReason": null,
2118
+ "description": null,
2119
+ "isDeprecated": false,
2120
+ "name": "locations",
2121
+ "type": {
2122
+ "kind": "NON_NULL",
2123
+ "name": null,
2124
+ "ofType": {
2125
+ "kind": "LIST",
2126
+ "name": null,
2127
+ "ofType": {
2128
+ "kind": "NON_NULL",
2129
+ "name": null,
2130
+ "ofType": {
2131
+ "kind": "ENUM",
2132
+ "name": "__DirectiveLocation",
2133
+ "ofType": null
2134
+ }
2135
+ }
2136
+ }
2137
+ }
2138
+ },
2139
+ {
2140
+ "args": [
2141
+ {
2142
+ "defaultValue": "false",
2143
+ "description": null,
2144
+ "name": "includeDeprecated",
2145
+ "type": {
2146
+ "kind": "SCALAR",
2147
+ "name": "Boolean",
2148
+ "ofType": null
2149
+ }
2150
+ }
2151
+ ],
2152
+ "deprecationReason": null,
2153
+ "description": null,
2154
+ "isDeprecated": false,
2155
+ "name": "args",
2156
+ "type": {
2157
+ "kind": "NON_NULL",
2158
+ "name": null,
2159
+ "ofType": {
2160
+ "kind": "LIST",
2161
+ "name": null,
2162
+ "ofType": {
2163
+ "kind": "NON_NULL",
2164
+ "name": null,
2165
+ "ofType": {
2166
+ "kind": "OBJECT",
2167
+ "name": "__InputValue",
2168
+ "ofType": null
2169
+ }
2170
+ }
2171
+ }
2172
+ }
2173
+ }
2174
+ ],
2175
+ "inputFields": null,
2176
+ "interfaces": [],
2177
+ "kind": "OBJECT",
2178
+ "name": "__Directive",
2179
+ "possibleTypes": null
2180
+ },
2181
+ {
2182
+ "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
2183
+ "enumValues": [
2184
+ {
2185
+ "deprecationReason": null,
2186
+ "description": "Location adjacent to a query operation.",
2187
+ "isDeprecated": false,
2188
+ "name": "QUERY"
2189
+ },
2190
+ {
2191
+ "deprecationReason": null,
2192
+ "description": "Location adjacent to a mutation operation.",
2193
+ "isDeprecated": false,
2194
+ "name": "MUTATION"
2195
+ },
2196
+ {
2197
+ "deprecationReason": null,
2198
+ "description": "Location adjacent to a subscription operation.",
2199
+ "isDeprecated": false,
2200
+ "name": "SUBSCRIPTION"
2201
+ },
2202
+ {
2203
+ "deprecationReason": null,
2204
+ "description": "Location adjacent to a field.",
2205
+ "isDeprecated": false,
2206
+ "name": "FIELD"
2207
+ },
2208
+ {
2209
+ "deprecationReason": null,
2210
+ "description": "Location adjacent to a fragment definition.",
2211
+ "isDeprecated": false,
2212
+ "name": "FRAGMENT_DEFINITION"
2213
+ },
2214
+ {
2215
+ "deprecationReason": null,
2216
+ "description": "Location adjacent to a fragment spread.",
2217
+ "isDeprecated": false,
2218
+ "name": "FRAGMENT_SPREAD"
2219
+ },
2220
+ {
2221
+ "deprecationReason": null,
2222
+ "description": "Location adjacent to an inline fragment.",
2223
+ "isDeprecated": false,
2224
+ "name": "INLINE_FRAGMENT"
2225
+ },
2226
+ {
2227
+ "deprecationReason": null,
2228
+ "description": "Location adjacent to a variable definition.",
2229
+ "isDeprecated": false,
2230
+ "name": "VARIABLE_DEFINITION"
2231
+ },
2232
+ {
2233
+ "deprecationReason": null,
2234
+ "description": "Location adjacent to a schema definition.",
2235
+ "isDeprecated": false,
2236
+ "name": "SCHEMA"
2237
+ },
2238
+ {
2239
+ "deprecationReason": null,
2240
+ "description": "Location adjacent to a scalar definition.",
2241
+ "isDeprecated": false,
2242
+ "name": "SCALAR"
2243
+ },
2244
+ {
2245
+ "deprecationReason": null,
2246
+ "description": "Location adjacent to an object type definition.",
2247
+ "isDeprecated": false,
2248
+ "name": "OBJECT"
2249
+ },
2250
+ {
2251
+ "deprecationReason": null,
2252
+ "description": "Location adjacent to a field definition.",
2253
+ "isDeprecated": false,
2254
+ "name": "FIELD_DEFINITION"
2255
+ },
2256
+ {
2257
+ "deprecationReason": null,
2258
+ "description": "Location adjacent to an argument definition.",
2259
+ "isDeprecated": false,
2260
+ "name": "ARGUMENT_DEFINITION"
2261
+ },
2262
+ {
2263
+ "deprecationReason": null,
2264
+ "description": "Location adjacent to an interface definition.",
2265
+ "isDeprecated": false,
2266
+ "name": "INTERFACE"
2267
+ },
2268
+ {
2269
+ "deprecationReason": null,
2270
+ "description": "Location adjacent to a union definition.",
2271
+ "isDeprecated": false,
2272
+ "name": "UNION"
2273
+ },
2274
+ {
2275
+ "deprecationReason": null,
2276
+ "description": "Location adjacent to an enum definition.",
2277
+ "isDeprecated": false,
2278
+ "name": "ENUM"
2279
+ },
2280
+ {
2281
+ "deprecationReason": null,
2282
+ "description": "Location adjacent to an enum value definition.",
2283
+ "isDeprecated": false,
2284
+ "name": "ENUM_VALUE"
2285
+ },
2286
+ {
2287
+ "deprecationReason": null,
2288
+ "description": "Location adjacent to an input object type definition.",
2289
+ "isDeprecated": false,
2290
+ "name": "INPUT_OBJECT"
2291
+ },
2292
+ {
2293
+ "deprecationReason": null,
2294
+ "description": "Location adjacent to an input object field definition.",
2295
+ "isDeprecated": false,
2296
+ "name": "INPUT_FIELD_DEFINITION"
2297
+ }
2298
+ ],
2299
+ "fields": null,
2300
+ "inputFields": null,
2301
+ "interfaces": null,
2302
+ "kind": "ENUM",
2303
+ "name": "__DirectiveLocation",
2304
+ "possibleTypes": null
2305
+ }
2306
+ ]
2307
+ }
2308
+ }
2309
+ }