nefino-geosync 0.2.3__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.
@@ -0,0 +1,2262 @@
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": "INPUT_OBJECT",
827
+ "name": "GeoAnalysisObjectInput",
828
+ "ofType": null
829
+ }
830
+ }
831
+ }
832
+ ],
833
+ "interfaces": null,
834
+ "kind": "INPUT_OBJECT",
835
+ "name": "GeoAnalysisInput",
836
+ "possibleTypes": null
837
+ },
838
+ {
839
+ "description": "Input for analysis specs.",
840
+ "enumValues": null,
841
+ "fields": null,
842
+ "inputFields": [
843
+ {
844
+ "defaultValue": null,
845
+ "description": "Location of the query. Center of the circle or square if scope.type is \"radius\" or \"square\". Ignored for polygon query.",
846
+ "name": "coordinate",
847
+ "type": {
848
+ "kind": "NON_NULL",
849
+ "name": null,
850
+ "ofType": {
851
+ "kind": "INPUT_OBJECT",
852
+ "name": "CoordinateInput",
853
+ "ofType": null
854
+ }
855
+ }
856
+ },
857
+ {
858
+ "defaultValue": null,
859
+ "description": "Supply only for area queries.",
860
+ "name": "scope",
861
+ "type": {
862
+ "kind": "NON_NULL",
863
+ "name": null,
864
+ "ofType": {
865
+ "kind": "INPUT_OBJECT",
866
+ "name": "GeoAnalysisScopeInput",
867
+ "ofType": null
868
+ }
869
+ }
870
+ },
871
+ {
872
+ "defaultValue": null,
873
+ "description": "Which clusters and layers to include in the query.",
874
+ "name": "requests",
875
+ "type": {
876
+ "kind": "NON_NULL",
877
+ "name": null,
878
+ "ofType": {
879
+ "kind": "LIST",
880
+ "name": null,
881
+ "ofType": {
882
+ "kind": "NON_NULL",
883
+ "name": null,
884
+ "ofType": {
885
+ "kind": "INPUT_OBJECT",
886
+ "name": "GeoAnalysisRequestInput",
887
+ "ofType": null
888
+ }
889
+ }
890
+ }
891
+ }
892
+ },
893
+ {
894
+ "defaultValue": null,
895
+ "description": "Supply which operations should be performed on the requested layers.",
896
+ "name": "operations",
897
+ "type": {
898
+ "kind": "NON_NULL",
899
+ "name": null,
900
+ "ofType": {
901
+ "kind": "LIST",
902
+ "name": null,
903
+ "ofType": {
904
+ "kind": "NON_NULL",
905
+ "name": null,
906
+ "ofType": {
907
+ "kind": "INPUT_OBJECT",
908
+ "name": "GeoAnalysisOperationInput",
909
+ "ofType": null
910
+ }
911
+ }
912
+ }
913
+ }
914
+ },
915
+ {
916
+ "defaultValue": null,
917
+ "description": "Supply the output format of the analysis.",
918
+ "name": "output",
919
+ "type": {
920
+ "kind": "NON_NULL",
921
+ "name": null,
922
+ "ofType": {
923
+ "kind": "INPUT_OBJECT",
924
+ "name": "GeoAnalysisOutputFormatInput",
925
+ "ofType": null
926
+ }
927
+ }
928
+ }
929
+ ],
930
+ "interfaces": null,
931
+ "kind": "INPUT_OBJECT",
932
+ "name": "GeoAnalysisObjectInput",
933
+ "possibleTypes": null
934
+ },
935
+ {
936
+ "description": "InputObject for Coordinate.",
937
+ "enumValues": null,
938
+ "fields": null,
939
+ "inputFields": [
940
+ {
941
+ "defaultValue": null,
942
+ "description": null,
943
+ "name": "lon",
944
+ "type": {
945
+ "kind": "NON_NULL",
946
+ "name": null,
947
+ "ofType": {
948
+ "kind": "SCALAR",
949
+ "name": "Float",
950
+ "ofType": null
951
+ }
952
+ }
953
+ },
954
+ {
955
+ "defaultValue": null,
956
+ "description": null,
957
+ "name": "lat",
958
+ "type": {
959
+ "kind": "NON_NULL",
960
+ "name": null,
961
+ "ofType": {
962
+ "kind": "SCALAR",
963
+ "name": "Float",
964
+ "ofType": null
965
+ }
966
+ }
967
+ }
968
+ ],
969
+ "interfaces": null,
970
+ "kind": "INPUT_OBJECT",
971
+ "name": "CoordinateInput",
972
+ "possibleTypes": null
973
+ },
974
+ {
975
+ "description": "The `Float` scalar type represents signed double-precision fractional values as specified by [IEEE 754](https://en.wikipedia.org/wiki/IEEE_floating_point).",
976
+ "enumValues": null,
977
+ "fields": null,
978
+ "inputFields": null,
979
+ "interfaces": null,
980
+ "kind": "SCALAR",
981
+ "name": "Float",
982
+ "possibleTypes": null
983
+ },
984
+ {
985
+ "description": "Input for scope specs.",
986
+ "enumValues": null,
987
+ "fields": null,
988
+ "inputFields": [
989
+ {
990
+ "defaultValue": null,
991
+ "description": "Provide shape of the analysis.",
992
+ "name": "type",
993
+ "type": {
994
+ "kind": "NON_NULL",
995
+ "name": null,
996
+ "ofType": {
997
+ "kind": "ENUM",
998
+ "name": "ScopeType",
999
+ "ofType": null
1000
+ }
1001
+ }
1002
+ },
1003
+ {
1004
+ "defaultValue": null,
1005
+ "description": "If \"type\" == \"radius\", fill this value.",
1006
+ "name": "radius",
1007
+ "type": {
1008
+ "kind": "SCALAR",
1009
+ "name": "Float",
1010
+ "ofType": null
1011
+ }
1012
+ },
1013
+ {
1014
+ "defaultValue": null,
1015
+ "description": "If \"type\" == \"square\", fill this value.",
1016
+ "name": "sides",
1017
+ "type": {
1018
+ "kind": "SCALAR",
1019
+ "name": "Float",
1020
+ "ofType": null
1021
+ }
1022
+ },
1023
+ {
1024
+ "defaultValue": null,
1025
+ "description": "If \"type\" == \"polygon\", fill this value with a geojson string.",
1026
+ "name": "polygon",
1027
+ "type": {
1028
+ "kind": "SCALAR",
1029
+ "name": "String",
1030
+ "ofType": null
1031
+ }
1032
+ },
1033
+ {
1034
+ "defaultValue": null,
1035
+ "description": "If \"type\" is a place, provide the place ID.",
1036
+ "name": "place",
1037
+ "type": {
1038
+ "kind": "SCALAR",
1039
+ "name": "String",
1040
+ "ofType": null
1041
+ }
1042
+ }
1043
+ ],
1044
+ "interfaces": null,
1045
+ "kind": "INPUT_OBJECT",
1046
+ "name": "GeoAnalysisScopeInput",
1047
+ "possibleTypes": null
1048
+ },
1049
+ {
1050
+ "description": "An enumeration.",
1051
+ "enumValues": [
1052
+ {
1053
+ "deprecationReason": null,
1054
+ "description": null,
1055
+ "isDeprecated": false,
1056
+ "name": "RADIUS"
1057
+ },
1058
+ {
1059
+ "deprecationReason": null,
1060
+ "description": null,
1061
+ "isDeprecated": false,
1062
+ "name": "SQUARE"
1063
+ },
1064
+ {
1065
+ "deprecationReason": null,
1066
+ "description": null,
1067
+ "isDeprecated": false,
1068
+ "name": "POLYGON"
1069
+ },
1070
+ {
1071
+ "deprecationReason": null,
1072
+ "description": null,
1073
+ "isDeprecated": false,
1074
+ "name": "LOCAL_ADMINISTRATIVE_UNIT"
1075
+ },
1076
+ {
1077
+ "deprecationReason": null,
1078
+ "description": null,
1079
+ "isDeprecated": false,
1080
+ "name": "ADMINISTRATIVE_UNIT"
1081
+ },
1082
+ {
1083
+ "deprecationReason": null,
1084
+ "description": null,
1085
+ "isDeprecated": false,
1086
+ "name": "PLANNING_REGION"
1087
+ },
1088
+ {
1089
+ "deprecationReason": null,
1090
+ "description": null,
1091
+ "isDeprecated": false,
1092
+ "name": "FEDERAL_STATE"
1093
+ }
1094
+ ],
1095
+ "fields": null,
1096
+ "inputFields": null,
1097
+ "interfaces": null,
1098
+ "kind": "ENUM",
1099
+ "name": "ScopeType",
1100
+ "possibleTypes": null
1101
+ },
1102
+ {
1103
+ "description": "Input for specs: Cluster + Layers.",
1104
+ "enumValues": null,
1105
+ "fields": null,
1106
+ "inputFields": [
1107
+ {
1108
+ "defaultValue": null,
1109
+ "description": "Name of the cluster.",
1110
+ "name": "clusterName",
1111
+ "type": {
1112
+ "kind": "NON_NULL",
1113
+ "name": null,
1114
+ "ofType": {
1115
+ "kind": "SCALAR",
1116
+ "name": "String",
1117
+ "ofType": null
1118
+ }
1119
+ }
1120
+ },
1121
+ {
1122
+ "defaultValue": null,
1123
+ "description": "List of layers to be analysed.",
1124
+ "name": "layers",
1125
+ "type": {
1126
+ "kind": "NON_NULL",
1127
+ "name": null,
1128
+ "ofType": {
1129
+ "kind": "LIST",
1130
+ "name": null,
1131
+ "ofType": {
1132
+ "kind": "NON_NULL",
1133
+ "name": null,
1134
+ "ofType": {
1135
+ "kind": "INPUT_OBJECT",
1136
+ "name": "GeoAnalysisLayerInput",
1137
+ "ofType": null
1138
+ }
1139
+ }
1140
+ }
1141
+ }
1142
+ }
1143
+ ],
1144
+ "interfaces": null,
1145
+ "kind": "INPUT_OBJECT",
1146
+ "name": "GeoAnalysisRequestInput",
1147
+ "possibleTypes": null
1148
+ },
1149
+ {
1150
+ "description": "Input for specs: Layer + requested buffers (per cluster).",
1151
+ "enumValues": null,
1152
+ "fields": null,
1153
+ "inputFields": [
1154
+ {
1155
+ "defaultValue": null,
1156
+ "description": "Name of the layer to analyze.",
1157
+ "name": "layerName",
1158
+ "type": {
1159
+ "kind": "NON_NULL",
1160
+ "name": null,
1161
+ "ofType": {
1162
+ "kind": "SCALAR",
1163
+ "name": "String",
1164
+ "ofType": null
1165
+ }
1166
+ }
1167
+ },
1168
+ {
1169
+ "defaultValue": null,
1170
+ "description": "List of integers of buffers in meters.",
1171
+ "name": "bufferM",
1172
+ "type": {
1173
+ "kind": "NON_NULL",
1174
+ "name": null,
1175
+ "ofType": {
1176
+ "kind": "LIST",
1177
+ "name": null,
1178
+ "ofType": {
1179
+ "kind": "NON_NULL",
1180
+ "name": null,
1181
+ "ofType": {
1182
+ "kind": "SCALAR",
1183
+ "name": "Int",
1184
+ "ofType": null
1185
+ }
1186
+ }
1187
+ }
1188
+ }
1189
+ }
1190
+ ],
1191
+ "interfaces": null,
1192
+ "kind": "INPUT_OBJECT",
1193
+ "name": "GeoAnalysisLayerInput",
1194
+ "possibleTypes": null
1195
+ },
1196
+ {
1197
+ "description": "Input for specs: Requested operations.",
1198
+ "enumValues": null,
1199
+ "fields": null,
1200
+ "inputFields": [
1201
+ {
1202
+ "defaultValue": null,
1203
+ "description": "Name of the requested operation",
1204
+ "name": "operationName",
1205
+ "type": {
1206
+ "kind": "NON_NULL",
1207
+ "name": null,
1208
+ "ofType": {
1209
+ "kind": "SCALAR",
1210
+ "name": "String",
1211
+ "ofType": null
1212
+ }
1213
+ }
1214
+ },
1215
+ {
1216
+ "defaultValue": null,
1217
+ "description": "List of Cluster-layer-buffer combinations in shape of <cluster>.<layer>.<buffer> e.g. \"cluster1.layer2.200\".",
1218
+ "name": "input",
1219
+ "type": {
1220
+ "kind": "NON_NULL",
1221
+ "name": null,
1222
+ "ofType": {
1223
+ "kind": "LIST",
1224
+ "name": null,
1225
+ "ofType": {
1226
+ "kind": "SCALAR",
1227
+ "name": "String",
1228
+ "ofType": null
1229
+ }
1230
+ }
1231
+ }
1232
+ }
1233
+ ],
1234
+ "interfaces": null,
1235
+ "kind": "INPUT_OBJECT",
1236
+ "name": "GeoAnalysisOperationInput",
1237
+ "possibleTypes": null
1238
+ },
1239
+ {
1240
+ "description": "Input for specs: Output format.",
1241
+ "enumValues": null,
1242
+ "fields": null,
1243
+ "inputFields": [
1244
+ {
1245
+ "defaultValue": null,
1246
+ "description": "Specify the output template name.",
1247
+ "name": "templateName",
1248
+ "type": {
1249
+ "kind": "NON_NULL",
1250
+ "name": null,
1251
+ "ofType": {
1252
+ "kind": "SCALAR",
1253
+ "name": "String",
1254
+ "ofType": null
1255
+ }
1256
+ }
1257
+ },
1258
+ {
1259
+ "defaultValue": null,
1260
+ "description": "Specify output format type.",
1261
+ "name": "type",
1262
+ "type": {
1263
+ "kind": "NON_NULL",
1264
+ "name": null,
1265
+ "ofType": {
1266
+ "kind": "ENUM",
1267
+ "name": "OutputObjectType",
1268
+ "ofType": null
1269
+ }
1270
+ }
1271
+ },
1272
+ {
1273
+ "defaultValue": null,
1274
+ "description": "Specify the Coordinate reference system.",
1275
+ "name": "crs",
1276
+ "type": {
1277
+ "kind": "NON_NULL",
1278
+ "name": null,
1279
+ "ofType": {
1280
+ "kind": "ENUM",
1281
+ "name": "CRSType",
1282
+ "ofType": null
1283
+ }
1284
+ }
1285
+ }
1286
+ ],
1287
+ "interfaces": null,
1288
+ "kind": "INPUT_OBJECT",
1289
+ "name": "GeoAnalysisOutputFormatInput",
1290
+ "possibleTypes": null
1291
+ },
1292
+ {
1293
+ "description": "An enumeration.",
1294
+ "enumValues": [
1295
+ {
1296
+ "deprecationReason": null,
1297
+ "description": null,
1298
+ "isDeprecated": false,
1299
+ "name": "SHP"
1300
+ },
1301
+ {
1302
+ "deprecationReason": null,
1303
+ "description": null,
1304
+ "isDeprecated": false,
1305
+ "name": "QGIS_PRJ"
1306
+ },
1307
+ {
1308
+ "deprecationReason": null,
1309
+ "description": null,
1310
+ "isDeprecated": false,
1311
+ "name": "QGIS_AND_GPKG"
1312
+ },
1313
+ {
1314
+ "deprecationReason": null,
1315
+ "description": null,
1316
+ "isDeprecated": false,
1317
+ "name": "GPKG"
1318
+ }
1319
+ ],
1320
+ "fields": null,
1321
+ "inputFields": null,
1322
+ "interfaces": null,
1323
+ "kind": "ENUM",
1324
+ "name": "OutputObjectType",
1325
+ "possibleTypes": null
1326
+ },
1327
+ {
1328
+ "description": "An enumeration.",
1329
+ "enumValues": [
1330
+ {
1331
+ "deprecationReason": null,
1332
+ "description": null,
1333
+ "isDeprecated": false,
1334
+ "name": "EPSG_4326"
1335
+ },
1336
+ {
1337
+ "deprecationReason": null,
1338
+ "description": null,
1339
+ "isDeprecated": false,
1340
+ "name": "EPSG_25832"
1341
+ },
1342
+ {
1343
+ "deprecationReason": null,
1344
+ "description": null,
1345
+ "isDeprecated": false,
1346
+ "name": "EPSG_25833"
1347
+ },
1348
+ {
1349
+ "deprecationReason": null,
1350
+ "description": null,
1351
+ "isDeprecated": false,
1352
+ "name": "EPSG_3035"
1353
+ }
1354
+ ],
1355
+ "fields": null,
1356
+ "inputFields": null,
1357
+ "interfaces": null,
1358
+ "kind": "ENUM",
1359
+ "name": "CRSType",
1360
+ "possibleTypes": null
1361
+ },
1362
+ {
1363
+ "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.",
1364
+ "enumValues": null,
1365
+ "fields": [
1366
+ {
1367
+ "args": [],
1368
+ "deprecationReason": null,
1369
+ "description": null,
1370
+ "isDeprecated": false,
1371
+ "name": "description",
1372
+ "type": {
1373
+ "kind": "SCALAR",
1374
+ "name": "String",
1375
+ "ofType": null
1376
+ }
1377
+ },
1378
+ {
1379
+ "args": [],
1380
+ "deprecationReason": null,
1381
+ "description": "A list of all types supported by this server.",
1382
+ "isDeprecated": false,
1383
+ "name": "types",
1384
+ "type": {
1385
+ "kind": "NON_NULL",
1386
+ "name": null,
1387
+ "ofType": {
1388
+ "kind": "LIST",
1389
+ "name": null,
1390
+ "ofType": {
1391
+ "kind": "NON_NULL",
1392
+ "name": null,
1393
+ "ofType": {
1394
+ "kind": "OBJECT",
1395
+ "name": "__Type",
1396
+ "ofType": null
1397
+ }
1398
+ }
1399
+ }
1400
+ }
1401
+ },
1402
+ {
1403
+ "args": [],
1404
+ "deprecationReason": null,
1405
+ "description": "The type that query operations will be rooted at.",
1406
+ "isDeprecated": false,
1407
+ "name": "queryType",
1408
+ "type": {
1409
+ "kind": "NON_NULL",
1410
+ "name": null,
1411
+ "ofType": {
1412
+ "kind": "OBJECT",
1413
+ "name": "__Type",
1414
+ "ofType": null
1415
+ }
1416
+ }
1417
+ },
1418
+ {
1419
+ "args": [],
1420
+ "deprecationReason": null,
1421
+ "description": "If this server supports mutation, the type that mutation operations will be rooted at.",
1422
+ "isDeprecated": false,
1423
+ "name": "mutationType",
1424
+ "type": {
1425
+ "kind": "OBJECT",
1426
+ "name": "__Type",
1427
+ "ofType": null
1428
+ }
1429
+ },
1430
+ {
1431
+ "args": [],
1432
+ "deprecationReason": null,
1433
+ "description": "If this server support subscription, the type that subscription operations will be rooted at.",
1434
+ "isDeprecated": false,
1435
+ "name": "subscriptionType",
1436
+ "type": {
1437
+ "kind": "OBJECT",
1438
+ "name": "__Type",
1439
+ "ofType": null
1440
+ }
1441
+ },
1442
+ {
1443
+ "args": [],
1444
+ "deprecationReason": null,
1445
+ "description": "A list of all directives supported by this server.",
1446
+ "isDeprecated": false,
1447
+ "name": "directives",
1448
+ "type": {
1449
+ "kind": "NON_NULL",
1450
+ "name": null,
1451
+ "ofType": {
1452
+ "kind": "LIST",
1453
+ "name": null,
1454
+ "ofType": {
1455
+ "kind": "NON_NULL",
1456
+ "name": null,
1457
+ "ofType": {
1458
+ "kind": "OBJECT",
1459
+ "name": "__Directive",
1460
+ "ofType": null
1461
+ }
1462
+ }
1463
+ }
1464
+ }
1465
+ }
1466
+ ],
1467
+ "inputFields": null,
1468
+ "interfaces": [],
1469
+ "kind": "OBJECT",
1470
+ "name": "__Schema",
1471
+ "possibleTypes": null
1472
+ },
1473
+ {
1474
+ "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.",
1475
+ "enumValues": null,
1476
+ "fields": [
1477
+ {
1478
+ "args": [],
1479
+ "deprecationReason": null,
1480
+ "description": null,
1481
+ "isDeprecated": false,
1482
+ "name": "kind",
1483
+ "type": {
1484
+ "kind": "NON_NULL",
1485
+ "name": null,
1486
+ "ofType": {
1487
+ "kind": "ENUM",
1488
+ "name": "__TypeKind",
1489
+ "ofType": null
1490
+ }
1491
+ }
1492
+ },
1493
+ {
1494
+ "args": [],
1495
+ "deprecationReason": null,
1496
+ "description": null,
1497
+ "isDeprecated": false,
1498
+ "name": "name",
1499
+ "type": {
1500
+ "kind": "SCALAR",
1501
+ "name": "String",
1502
+ "ofType": null
1503
+ }
1504
+ },
1505
+ {
1506
+ "args": [],
1507
+ "deprecationReason": null,
1508
+ "description": null,
1509
+ "isDeprecated": false,
1510
+ "name": "description",
1511
+ "type": {
1512
+ "kind": "SCALAR",
1513
+ "name": "String",
1514
+ "ofType": null
1515
+ }
1516
+ },
1517
+ {
1518
+ "args": [],
1519
+ "deprecationReason": null,
1520
+ "description": null,
1521
+ "isDeprecated": false,
1522
+ "name": "specifiedByURL",
1523
+ "type": {
1524
+ "kind": "SCALAR",
1525
+ "name": "String",
1526
+ "ofType": null
1527
+ }
1528
+ },
1529
+ {
1530
+ "args": [
1531
+ {
1532
+ "defaultValue": "false",
1533
+ "description": null,
1534
+ "name": "includeDeprecated",
1535
+ "type": {
1536
+ "kind": "SCALAR",
1537
+ "name": "Boolean",
1538
+ "ofType": null
1539
+ }
1540
+ }
1541
+ ],
1542
+ "deprecationReason": null,
1543
+ "description": null,
1544
+ "isDeprecated": false,
1545
+ "name": "fields",
1546
+ "type": {
1547
+ "kind": "LIST",
1548
+ "name": null,
1549
+ "ofType": {
1550
+ "kind": "NON_NULL",
1551
+ "name": null,
1552
+ "ofType": {
1553
+ "kind": "OBJECT",
1554
+ "name": "__Field",
1555
+ "ofType": null
1556
+ }
1557
+ }
1558
+ }
1559
+ },
1560
+ {
1561
+ "args": [],
1562
+ "deprecationReason": null,
1563
+ "description": null,
1564
+ "isDeprecated": false,
1565
+ "name": "interfaces",
1566
+ "type": {
1567
+ "kind": "LIST",
1568
+ "name": null,
1569
+ "ofType": {
1570
+ "kind": "NON_NULL",
1571
+ "name": null,
1572
+ "ofType": {
1573
+ "kind": "OBJECT",
1574
+ "name": "__Type",
1575
+ "ofType": null
1576
+ }
1577
+ }
1578
+ }
1579
+ },
1580
+ {
1581
+ "args": [],
1582
+ "deprecationReason": null,
1583
+ "description": null,
1584
+ "isDeprecated": false,
1585
+ "name": "possibleTypes",
1586
+ "type": {
1587
+ "kind": "LIST",
1588
+ "name": null,
1589
+ "ofType": {
1590
+ "kind": "NON_NULL",
1591
+ "name": null,
1592
+ "ofType": {
1593
+ "kind": "OBJECT",
1594
+ "name": "__Type",
1595
+ "ofType": null
1596
+ }
1597
+ }
1598
+ }
1599
+ },
1600
+ {
1601
+ "args": [
1602
+ {
1603
+ "defaultValue": "false",
1604
+ "description": null,
1605
+ "name": "includeDeprecated",
1606
+ "type": {
1607
+ "kind": "SCALAR",
1608
+ "name": "Boolean",
1609
+ "ofType": null
1610
+ }
1611
+ }
1612
+ ],
1613
+ "deprecationReason": null,
1614
+ "description": null,
1615
+ "isDeprecated": false,
1616
+ "name": "enumValues",
1617
+ "type": {
1618
+ "kind": "LIST",
1619
+ "name": null,
1620
+ "ofType": {
1621
+ "kind": "NON_NULL",
1622
+ "name": null,
1623
+ "ofType": {
1624
+ "kind": "OBJECT",
1625
+ "name": "__EnumValue",
1626
+ "ofType": null
1627
+ }
1628
+ }
1629
+ }
1630
+ },
1631
+ {
1632
+ "args": [
1633
+ {
1634
+ "defaultValue": "false",
1635
+ "description": null,
1636
+ "name": "includeDeprecated",
1637
+ "type": {
1638
+ "kind": "SCALAR",
1639
+ "name": "Boolean",
1640
+ "ofType": null
1641
+ }
1642
+ }
1643
+ ],
1644
+ "deprecationReason": null,
1645
+ "description": null,
1646
+ "isDeprecated": false,
1647
+ "name": "inputFields",
1648
+ "type": {
1649
+ "kind": "LIST",
1650
+ "name": null,
1651
+ "ofType": {
1652
+ "kind": "NON_NULL",
1653
+ "name": null,
1654
+ "ofType": {
1655
+ "kind": "OBJECT",
1656
+ "name": "__InputValue",
1657
+ "ofType": null
1658
+ }
1659
+ }
1660
+ }
1661
+ },
1662
+ {
1663
+ "args": [],
1664
+ "deprecationReason": null,
1665
+ "description": null,
1666
+ "isDeprecated": false,
1667
+ "name": "ofType",
1668
+ "type": {
1669
+ "kind": "OBJECT",
1670
+ "name": "__Type",
1671
+ "ofType": null
1672
+ }
1673
+ }
1674
+ ],
1675
+ "inputFields": null,
1676
+ "interfaces": [],
1677
+ "kind": "OBJECT",
1678
+ "name": "__Type",
1679
+ "possibleTypes": null
1680
+ },
1681
+ {
1682
+ "description": "An enum describing what kind of type a given `__Type` is.",
1683
+ "enumValues": [
1684
+ {
1685
+ "deprecationReason": null,
1686
+ "description": "Indicates this type is a scalar.",
1687
+ "isDeprecated": false,
1688
+ "name": "SCALAR"
1689
+ },
1690
+ {
1691
+ "deprecationReason": null,
1692
+ "description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
1693
+ "isDeprecated": false,
1694
+ "name": "OBJECT"
1695
+ },
1696
+ {
1697
+ "deprecationReason": null,
1698
+ "description": "Indicates this type is an interface. `fields`, `interfaces`, and `possibleTypes` are valid fields.",
1699
+ "isDeprecated": false,
1700
+ "name": "INTERFACE"
1701
+ },
1702
+ {
1703
+ "deprecationReason": null,
1704
+ "description": "Indicates this type is a union. `possibleTypes` is a valid field.",
1705
+ "isDeprecated": false,
1706
+ "name": "UNION"
1707
+ },
1708
+ {
1709
+ "deprecationReason": null,
1710
+ "description": "Indicates this type is an enum. `enumValues` is a valid field.",
1711
+ "isDeprecated": false,
1712
+ "name": "ENUM"
1713
+ },
1714
+ {
1715
+ "deprecationReason": null,
1716
+ "description": "Indicates this type is an input object. `inputFields` is a valid field.",
1717
+ "isDeprecated": false,
1718
+ "name": "INPUT_OBJECT"
1719
+ },
1720
+ {
1721
+ "deprecationReason": null,
1722
+ "description": "Indicates this type is a list. `ofType` is a valid field.",
1723
+ "isDeprecated": false,
1724
+ "name": "LIST"
1725
+ },
1726
+ {
1727
+ "deprecationReason": null,
1728
+ "description": "Indicates this type is a non-null. `ofType` is a valid field.",
1729
+ "isDeprecated": false,
1730
+ "name": "NON_NULL"
1731
+ }
1732
+ ],
1733
+ "fields": null,
1734
+ "inputFields": null,
1735
+ "interfaces": null,
1736
+ "kind": "ENUM",
1737
+ "name": "__TypeKind",
1738
+ "possibleTypes": null
1739
+ },
1740
+ {
1741
+ "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.",
1742
+ "enumValues": null,
1743
+ "fields": [
1744
+ {
1745
+ "args": [],
1746
+ "deprecationReason": null,
1747
+ "description": null,
1748
+ "isDeprecated": false,
1749
+ "name": "name",
1750
+ "type": {
1751
+ "kind": "NON_NULL",
1752
+ "name": null,
1753
+ "ofType": {
1754
+ "kind": "SCALAR",
1755
+ "name": "String",
1756
+ "ofType": null
1757
+ }
1758
+ }
1759
+ },
1760
+ {
1761
+ "args": [],
1762
+ "deprecationReason": null,
1763
+ "description": null,
1764
+ "isDeprecated": false,
1765
+ "name": "description",
1766
+ "type": {
1767
+ "kind": "SCALAR",
1768
+ "name": "String",
1769
+ "ofType": null
1770
+ }
1771
+ },
1772
+ {
1773
+ "args": [
1774
+ {
1775
+ "defaultValue": "false",
1776
+ "description": null,
1777
+ "name": "includeDeprecated",
1778
+ "type": {
1779
+ "kind": "SCALAR",
1780
+ "name": "Boolean",
1781
+ "ofType": null
1782
+ }
1783
+ }
1784
+ ],
1785
+ "deprecationReason": null,
1786
+ "description": null,
1787
+ "isDeprecated": false,
1788
+ "name": "args",
1789
+ "type": {
1790
+ "kind": "NON_NULL",
1791
+ "name": null,
1792
+ "ofType": {
1793
+ "kind": "LIST",
1794
+ "name": null,
1795
+ "ofType": {
1796
+ "kind": "NON_NULL",
1797
+ "name": null,
1798
+ "ofType": {
1799
+ "kind": "OBJECT",
1800
+ "name": "__InputValue",
1801
+ "ofType": null
1802
+ }
1803
+ }
1804
+ }
1805
+ }
1806
+ },
1807
+ {
1808
+ "args": [],
1809
+ "deprecationReason": null,
1810
+ "description": null,
1811
+ "isDeprecated": false,
1812
+ "name": "type",
1813
+ "type": {
1814
+ "kind": "NON_NULL",
1815
+ "name": null,
1816
+ "ofType": {
1817
+ "kind": "OBJECT",
1818
+ "name": "__Type",
1819
+ "ofType": null
1820
+ }
1821
+ }
1822
+ },
1823
+ {
1824
+ "args": [],
1825
+ "deprecationReason": null,
1826
+ "description": null,
1827
+ "isDeprecated": false,
1828
+ "name": "isDeprecated",
1829
+ "type": {
1830
+ "kind": "NON_NULL",
1831
+ "name": null,
1832
+ "ofType": {
1833
+ "kind": "SCALAR",
1834
+ "name": "Boolean",
1835
+ "ofType": null
1836
+ }
1837
+ }
1838
+ },
1839
+ {
1840
+ "args": [],
1841
+ "deprecationReason": null,
1842
+ "description": null,
1843
+ "isDeprecated": false,
1844
+ "name": "deprecationReason",
1845
+ "type": {
1846
+ "kind": "SCALAR",
1847
+ "name": "String",
1848
+ "ofType": null
1849
+ }
1850
+ }
1851
+ ],
1852
+ "inputFields": null,
1853
+ "interfaces": [],
1854
+ "kind": "OBJECT",
1855
+ "name": "__Field",
1856
+ "possibleTypes": null
1857
+ },
1858
+ {
1859
+ "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.",
1860
+ "enumValues": null,
1861
+ "fields": [
1862
+ {
1863
+ "args": [],
1864
+ "deprecationReason": null,
1865
+ "description": null,
1866
+ "isDeprecated": false,
1867
+ "name": "name",
1868
+ "type": {
1869
+ "kind": "NON_NULL",
1870
+ "name": null,
1871
+ "ofType": {
1872
+ "kind": "SCALAR",
1873
+ "name": "String",
1874
+ "ofType": null
1875
+ }
1876
+ }
1877
+ },
1878
+ {
1879
+ "args": [],
1880
+ "deprecationReason": null,
1881
+ "description": null,
1882
+ "isDeprecated": false,
1883
+ "name": "description",
1884
+ "type": {
1885
+ "kind": "SCALAR",
1886
+ "name": "String",
1887
+ "ofType": null
1888
+ }
1889
+ },
1890
+ {
1891
+ "args": [],
1892
+ "deprecationReason": null,
1893
+ "description": null,
1894
+ "isDeprecated": false,
1895
+ "name": "type",
1896
+ "type": {
1897
+ "kind": "NON_NULL",
1898
+ "name": null,
1899
+ "ofType": {
1900
+ "kind": "OBJECT",
1901
+ "name": "__Type",
1902
+ "ofType": null
1903
+ }
1904
+ }
1905
+ },
1906
+ {
1907
+ "args": [],
1908
+ "deprecationReason": null,
1909
+ "description": "A GraphQL-formatted string representing the default value for this input value.",
1910
+ "isDeprecated": false,
1911
+ "name": "defaultValue",
1912
+ "type": {
1913
+ "kind": "SCALAR",
1914
+ "name": "String",
1915
+ "ofType": null
1916
+ }
1917
+ },
1918
+ {
1919
+ "args": [],
1920
+ "deprecationReason": null,
1921
+ "description": null,
1922
+ "isDeprecated": false,
1923
+ "name": "isDeprecated",
1924
+ "type": {
1925
+ "kind": "NON_NULL",
1926
+ "name": null,
1927
+ "ofType": {
1928
+ "kind": "SCALAR",
1929
+ "name": "Boolean",
1930
+ "ofType": null
1931
+ }
1932
+ }
1933
+ },
1934
+ {
1935
+ "args": [],
1936
+ "deprecationReason": null,
1937
+ "description": null,
1938
+ "isDeprecated": false,
1939
+ "name": "deprecationReason",
1940
+ "type": {
1941
+ "kind": "SCALAR",
1942
+ "name": "String",
1943
+ "ofType": null
1944
+ }
1945
+ }
1946
+ ],
1947
+ "inputFields": null,
1948
+ "interfaces": [],
1949
+ "kind": "OBJECT",
1950
+ "name": "__InputValue",
1951
+ "possibleTypes": null
1952
+ },
1953
+ {
1954
+ "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.",
1955
+ "enumValues": null,
1956
+ "fields": [
1957
+ {
1958
+ "args": [],
1959
+ "deprecationReason": null,
1960
+ "description": null,
1961
+ "isDeprecated": false,
1962
+ "name": "name",
1963
+ "type": {
1964
+ "kind": "NON_NULL",
1965
+ "name": null,
1966
+ "ofType": {
1967
+ "kind": "SCALAR",
1968
+ "name": "String",
1969
+ "ofType": null
1970
+ }
1971
+ }
1972
+ },
1973
+ {
1974
+ "args": [],
1975
+ "deprecationReason": null,
1976
+ "description": null,
1977
+ "isDeprecated": false,
1978
+ "name": "description",
1979
+ "type": {
1980
+ "kind": "SCALAR",
1981
+ "name": "String",
1982
+ "ofType": null
1983
+ }
1984
+ },
1985
+ {
1986
+ "args": [],
1987
+ "deprecationReason": null,
1988
+ "description": null,
1989
+ "isDeprecated": false,
1990
+ "name": "isDeprecated",
1991
+ "type": {
1992
+ "kind": "NON_NULL",
1993
+ "name": null,
1994
+ "ofType": {
1995
+ "kind": "SCALAR",
1996
+ "name": "Boolean",
1997
+ "ofType": null
1998
+ }
1999
+ }
2000
+ },
2001
+ {
2002
+ "args": [],
2003
+ "deprecationReason": null,
2004
+ "description": null,
2005
+ "isDeprecated": false,
2006
+ "name": "deprecationReason",
2007
+ "type": {
2008
+ "kind": "SCALAR",
2009
+ "name": "String",
2010
+ "ofType": null
2011
+ }
2012
+ }
2013
+ ],
2014
+ "inputFields": null,
2015
+ "interfaces": [],
2016
+ "kind": "OBJECT",
2017
+ "name": "__EnumValue",
2018
+ "possibleTypes": null
2019
+ },
2020
+ {
2021
+ "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.",
2022
+ "enumValues": null,
2023
+ "fields": [
2024
+ {
2025
+ "args": [],
2026
+ "deprecationReason": null,
2027
+ "description": null,
2028
+ "isDeprecated": false,
2029
+ "name": "name",
2030
+ "type": {
2031
+ "kind": "NON_NULL",
2032
+ "name": null,
2033
+ "ofType": {
2034
+ "kind": "SCALAR",
2035
+ "name": "String",
2036
+ "ofType": null
2037
+ }
2038
+ }
2039
+ },
2040
+ {
2041
+ "args": [],
2042
+ "deprecationReason": null,
2043
+ "description": null,
2044
+ "isDeprecated": false,
2045
+ "name": "description",
2046
+ "type": {
2047
+ "kind": "SCALAR",
2048
+ "name": "String",
2049
+ "ofType": null
2050
+ }
2051
+ },
2052
+ {
2053
+ "args": [],
2054
+ "deprecationReason": null,
2055
+ "description": null,
2056
+ "isDeprecated": false,
2057
+ "name": "isRepeatable",
2058
+ "type": {
2059
+ "kind": "NON_NULL",
2060
+ "name": null,
2061
+ "ofType": {
2062
+ "kind": "SCALAR",
2063
+ "name": "Boolean",
2064
+ "ofType": null
2065
+ }
2066
+ }
2067
+ },
2068
+ {
2069
+ "args": [],
2070
+ "deprecationReason": null,
2071
+ "description": null,
2072
+ "isDeprecated": false,
2073
+ "name": "locations",
2074
+ "type": {
2075
+ "kind": "NON_NULL",
2076
+ "name": null,
2077
+ "ofType": {
2078
+ "kind": "LIST",
2079
+ "name": null,
2080
+ "ofType": {
2081
+ "kind": "NON_NULL",
2082
+ "name": null,
2083
+ "ofType": {
2084
+ "kind": "ENUM",
2085
+ "name": "__DirectiveLocation",
2086
+ "ofType": null
2087
+ }
2088
+ }
2089
+ }
2090
+ }
2091
+ },
2092
+ {
2093
+ "args": [
2094
+ {
2095
+ "defaultValue": "false",
2096
+ "description": null,
2097
+ "name": "includeDeprecated",
2098
+ "type": {
2099
+ "kind": "SCALAR",
2100
+ "name": "Boolean",
2101
+ "ofType": null
2102
+ }
2103
+ }
2104
+ ],
2105
+ "deprecationReason": null,
2106
+ "description": null,
2107
+ "isDeprecated": false,
2108
+ "name": "args",
2109
+ "type": {
2110
+ "kind": "NON_NULL",
2111
+ "name": null,
2112
+ "ofType": {
2113
+ "kind": "LIST",
2114
+ "name": null,
2115
+ "ofType": {
2116
+ "kind": "NON_NULL",
2117
+ "name": null,
2118
+ "ofType": {
2119
+ "kind": "OBJECT",
2120
+ "name": "__InputValue",
2121
+ "ofType": null
2122
+ }
2123
+ }
2124
+ }
2125
+ }
2126
+ }
2127
+ ],
2128
+ "inputFields": null,
2129
+ "interfaces": [],
2130
+ "kind": "OBJECT",
2131
+ "name": "__Directive",
2132
+ "possibleTypes": null
2133
+ },
2134
+ {
2135
+ "description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
2136
+ "enumValues": [
2137
+ {
2138
+ "deprecationReason": null,
2139
+ "description": "Location adjacent to a query operation.",
2140
+ "isDeprecated": false,
2141
+ "name": "QUERY"
2142
+ },
2143
+ {
2144
+ "deprecationReason": null,
2145
+ "description": "Location adjacent to a mutation operation.",
2146
+ "isDeprecated": false,
2147
+ "name": "MUTATION"
2148
+ },
2149
+ {
2150
+ "deprecationReason": null,
2151
+ "description": "Location adjacent to a subscription operation.",
2152
+ "isDeprecated": false,
2153
+ "name": "SUBSCRIPTION"
2154
+ },
2155
+ {
2156
+ "deprecationReason": null,
2157
+ "description": "Location adjacent to a field.",
2158
+ "isDeprecated": false,
2159
+ "name": "FIELD"
2160
+ },
2161
+ {
2162
+ "deprecationReason": null,
2163
+ "description": "Location adjacent to a fragment definition.",
2164
+ "isDeprecated": false,
2165
+ "name": "FRAGMENT_DEFINITION"
2166
+ },
2167
+ {
2168
+ "deprecationReason": null,
2169
+ "description": "Location adjacent to a fragment spread.",
2170
+ "isDeprecated": false,
2171
+ "name": "FRAGMENT_SPREAD"
2172
+ },
2173
+ {
2174
+ "deprecationReason": null,
2175
+ "description": "Location adjacent to an inline fragment.",
2176
+ "isDeprecated": false,
2177
+ "name": "INLINE_FRAGMENT"
2178
+ },
2179
+ {
2180
+ "deprecationReason": null,
2181
+ "description": "Location adjacent to a variable definition.",
2182
+ "isDeprecated": false,
2183
+ "name": "VARIABLE_DEFINITION"
2184
+ },
2185
+ {
2186
+ "deprecationReason": null,
2187
+ "description": "Location adjacent to a schema definition.",
2188
+ "isDeprecated": false,
2189
+ "name": "SCHEMA"
2190
+ },
2191
+ {
2192
+ "deprecationReason": null,
2193
+ "description": "Location adjacent to a scalar definition.",
2194
+ "isDeprecated": false,
2195
+ "name": "SCALAR"
2196
+ },
2197
+ {
2198
+ "deprecationReason": null,
2199
+ "description": "Location adjacent to an object type definition.",
2200
+ "isDeprecated": false,
2201
+ "name": "OBJECT"
2202
+ },
2203
+ {
2204
+ "deprecationReason": null,
2205
+ "description": "Location adjacent to a field definition.",
2206
+ "isDeprecated": false,
2207
+ "name": "FIELD_DEFINITION"
2208
+ },
2209
+ {
2210
+ "deprecationReason": null,
2211
+ "description": "Location adjacent to an argument definition.",
2212
+ "isDeprecated": false,
2213
+ "name": "ARGUMENT_DEFINITION"
2214
+ },
2215
+ {
2216
+ "deprecationReason": null,
2217
+ "description": "Location adjacent to an interface definition.",
2218
+ "isDeprecated": false,
2219
+ "name": "INTERFACE"
2220
+ },
2221
+ {
2222
+ "deprecationReason": null,
2223
+ "description": "Location adjacent to a union definition.",
2224
+ "isDeprecated": false,
2225
+ "name": "UNION"
2226
+ },
2227
+ {
2228
+ "deprecationReason": null,
2229
+ "description": "Location adjacent to an enum definition.",
2230
+ "isDeprecated": false,
2231
+ "name": "ENUM"
2232
+ },
2233
+ {
2234
+ "deprecationReason": null,
2235
+ "description": "Location adjacent to an enum value definition.",
2236
+ "isDeprecated": false,
2237
+ "name": "ENUM_VALUE"
2238
+ },
2239
+ {
2240
+ "deprecationReason": null,
2241
+ "description": "Location adjacent to an input object type definition.",
2242
+ "isDeprecated": false,
2243
+ "name": "INPUT_OBJECT"
2244
+ },
2245
+ {
2246
+ "deprecationReason": null,
2247
+ "description": "Location adjacent to an input object field definition.",
2248
+ "isDeprecated": false,
2249
+ "name": "INPUT_FIELD_DEFINITION"
2250
+ }
2251
+ ],
2252
+ "fields": null,
2253
+ "inputFields": null,
2254
+ "interfaces": null,
2255
+ "kind": "ENUM",
2256
+ "name": "__DirectiveLocation",
2257
+ "possibleTypes": null
2258
+ }
2259
+ ]
2260
+ }
2261
+ }
2262
+ }