utcd 0.2.0

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.
data/schema.json ADDED
@@ -0,0 +1,1352 @@
1
+ {
2
+ "data": {
3
+ "__schema": {
4
+ "queryType": {
5
+ "name": "Query"
6
+ },
7
+ "mutationType": {
8
+ "name": "Mutation"
9
+ },
10
+ "subscriptionType": null,
11
+ "types": [
12
+ {
13
+ "kind": "SCALAR",
14
+ "name": "Boolean",
15
+ "description": null,
16
+ "fields": null,
17
+ "inputFields": null,
18
+ "interfaces": null,
19
+ "enumValues": null,
20
+ "possibleTypes": null
21
+ },
22
+ {
23
+ "kind": "OBJECT",
24
+ "name": "__InputValue",
25
+ "description": null,
26
+ "fields": [
27
+ {
28
+ "name": "name",
29
+ "description": null,
30
+ "args": [],
31
+ "type": {
32
+ "kind": "NON_NULL",
33
+ "name": null,
34
+ "ofType": {
35
+ "kind": "SCALAR",
36
+ "name": "String",
37
+ "ofType": null
38
+ }
39
+ },
40
+ "isDeprecated": false,
41
+ "deprecationReason": null
42
+ },
43
+ {
44
+ "name": "description",
45
+ "description": null,
46
+ "args": [],
47
+ "type": {
48
+ "kind": "SCALAR",
49
+ "name": "String",
50
+ "ofType": null
51
+ },
52
+ "isDeprecated": false,
53
+ "deprecationReason": null
54
+ },
55
+ {
56
+ "name": "type",
57
+ "description": null,
58
+ "args": [],
59
+ "type": {
60
+ "kind": "NON_NULL",
61
+ "name": null,
62
+ "ofType": {
63
+ "kind": "OBJECT",
64
+ "name": "__Type",
65
+ "ofType": null
66
+ }
67
+ },
68
+ "isDeprecated": false,
69
+ "deprecationReason": null
70
+ },
71
+ {
72
+ "name": "defaultValue",
73
+ "description": null,
74
+ "args": [],
75
+ "type": {
76
+ "kind": "SCALAR",
77
+ "name": "String",
78
+ "ofType": null
79
+ },
80
+ "isDeprecated": false,
81
+ "deprecationReason": null
82
+ }
83
+ ],
84
+ "inputFields": null,
85
+ "interfaces": [],
86
+ "enumValues": null,
87
+ "possibleTypes": null
88
+ },
89
+ {
90
+ "kind": "SCALAR",
91
+ "name": "String",
92
+ "description": null,
93
+ "fields": null,
94
+ "inputFields": null,
95
+ "interfaces": null,
96
+ "enumValues": null,
97
+ "possibleTypes": null
98
+ },
99
+ {
100
+ "kind": "OBJECT",
101
+ "name": "__Field",
102
+ "description": null,
103
+ "fields": [
104
+ {
105
+ "name": "name",
106
+ "description": null,
107
+ "args": [],
108
+ "type": {
109
+ "kind": "NON_NULL",
110
+ "name": null,
111
+ "ofType": {
112
+ "kind": "SCALAR",
113
+ "name": "String",
114
+ "ofType": null
115
+ }
116
+ },
117
+ "isDeprecated": false,
118
+ "deprecationReason": null
119
+ },
120
+ {
121
+ "name": "description",
122
+ "description": null,
123
+ "args": [],
124
+ "type": {
125
+ "kind": "SCALAR",
126
+ "name": "String",
127
+ "ofType": null
128
+ },
129
+ "isDeprecated": false,
130
+ "deprecationReason": null
131
+ },
132
+ {
133
+ "name": "args",
134
+ "description": null,
135
+ "args": [],
136
+ "type": {
137
+ "kind": "NON_NULL",
138
+ "name": null,
139
+ "ofType": {
140
+ "kind": "LIST",
141
+ "name": null,
142
+ "ofType": {
143
+ "kind": "NON_NULL",
144
+ "name": null,
145
+ "ofType": {
146
+ "kind": "OBJECT",
147
+ "name": "__InputValue",
148
+ "ofType": null
149
+ }
150
+ }
151
+ }
152
+ },
153
+ "isDeprecated": false,
154
+ "deprecationReason": null
155
+ },
156
+ {
157
+ "name": "type",
158
+ "description": null,
159
+ "args": [],
160
+ "type": {
161
+ "kind": "NON_NULL",
162
+ "name": null,
163
+ "ofType": {
164
+ "kind": "OBJECT",
165
+ "name": "__Type",
166
+ "ofType": null
167
+ }
168
+ },
169
+ "isDeprecated": false,
170
+ "deprecationReason": null
171
+ },
172
+ {
173
+ "name": "isDeprecated",
174
+ "description": null,
175
+ "args": [],
176
+ "type": {
177
+ "kind": "NON_NULL",
178
+ "name": null,
179
+ "ofType": {
180
+ "kind": "SCALAR",
181
+ "name": "Boolean",
182
+ "ofType": null
183
+ }
184
+ },
185
+ "isDeprecated": false,
186
+ "deprecationReason": null
187
+ },
188
+ {
189
+ "name": "deprecationReason",
190
+ "description": null,
191
+ "args": [],
192
+ "type": {
193
+ "kind": "SCALAR",
194
+ "name": "String",
195
+ "ofType": null
196
+ },
197
+ "isDeprecated": false,
198
+ "deprecationReason": null
199
+ }
200
+ ],
201
+ "inputFields": null,
202
+ "interfaces": [],
203
+ "enumValues": null,
204
+ "possibleTypes": null
205
+ },
206
+ {
207
+ "kind": "OBJECT",
208
+ "name": "Mutation",
209
+ "description": null,
210
+ "fields": [
211
+ {
212
+ "name": "createTranslation",
213
+ "description": null,
214
+ "args": [
215
+ {
216
+ "name": "input",
217
+ "description": null,
218
+ "type": {
219
+ "kind": "NON_NULL",
220
+ "name": null,
221
+ "ofType": {
222
+ "kind": "INPUT_OBJECT",
223
+ "name": "CreateTranslationInput",
224
+ "ofType": null
225
+ }
226
+ },
227
+ "defaultValue": null
228
+ }
229
+ ],
230
+ "type": {
231
+ "kind": "NON_NULL",
232
+ "name": null,
233
+ "ofType": {
234
+ "kind": "OBJECT",
235
+ "name": "Translation",
236
+ "ofType": null
237
+ }
238
+ },
239
+ "isDeprecated": false,
240
+ "deprecationReason": null
241
+ },
242
+ {
243
+ "name": "deleteTranslation",
244
+ "description": null,
245
+ "args": [
246
+ {
247
+ "name": "input",
248
+ "description": null,
249
+ "type": {
250
+ "kind": "NON_NULL",
251
+ "name": null,
252
+ "ofType": {
253
+ "kind": "INPUT_OBJECT",
254
+ "name": "DeleteTranslationInput",
255
+ "ofType": null
256
+ }
257
+ },
258
+ "defaultValue": null
259
+ }
260
+ ],
261
+ "type": {
262
+ "kind": "NON_NULL",
263
+ "name": null,
264
+ "ofType": {
265
+ "kind": "OBJECT",
266
+ "name": "Translation",
267
+ "ofType": null
268
+ }
269
+ },
270
+ "isDeprecated": false,
271
+ "deprecationReason": null
272
+ }
273
+ ],
274
+ "inputFields": null,
275
+ "interfaces": [],
276
+ "enumValues": null,
277
+ "possibleTypes": null
278
+ },
279
+ {
280
+ "kind": "OBJECT",
281
+ "name": "Translation",
282
+ "description": null,
283
+ "fields": [
284
+ {
285
+ "name": "id",
286
+ "description": null,
287
+ "args": [],
288
+ "type": {
289
+ "kind": "NON_NULL",
290
+ "name": null,
291
+ "ofType": {
292
+ "kind": "SCALAR",
293
+ "name": "Int",
294
+ "ofType": null
295
+ }
296
+ },
297
+ "isDeprecated": false,
298
+ "deprecationReason": null
299
+ },
300
+ {
301
+ "name": "language",
302
+ "description": null,
303
+ "args": [],
304
+ "type": {
305
+ "kind": "NON_NULL",
306
+ "name": null,
307
+ "ofType": {
308
+ "kind": "SCALAR",
309
+ "name": "String",
310
+ "ofType": null
311
+ }
312
+ },
313
+ "isDeprecated": false,
314
+ "deprecationReason": null
315
+ },
316
+ {
317
+ "name": "platform",
318
+ "description": null,
319
+ "args": [],
320
+ "type": {
321
+ "kind": "NON_NULL",
322
+ "name": null,
323
+ "ofType": {
324
+ "kind": "SCALAR",
325
+ "name": "String",
326
+ "ofType": null
327
+ }
328
+ },
329
+ "isDeprecated": false,
330
+ "deprecationReason": null
331
+ },
332
+ {
333
+ "name": "fileName",
334
+ "description": null,
335
+ "args": [],
336
+ "type": {
337
+ "kind": "NON_NULL",
338
+ "name": null,
339
+ "ofType": {
340
+ "kind": "SCALAR",
341
+ "name": "String",
342
+ "ofType": null
343
+ }
344
+ },
345
+ "isDeprecated": false,
346
+ "deprecationReason": null
347
+ }
348
+ ],
349
+ "inputFields": null,
350
+ "interfaces": [],
351
+ "enumValues": null,
352
+ "possibleTypes": null
353
+ },
354
+ {
355
+ "kind": "ENUM",
356
+ "name": "__TypeKind",
357
+ "description": "GraphQL type kind\n\nThe GraphQL specification defines a number of type kinds - the meta type of a type.",
358
+ "fields": null,
359
+ "inputFields": null,
360
+ "interfaces": null,
361
+ "enumValues": [
362
+ {
363
+ "name": "SCALAR",
364
+ "description": "## Scalar types\n\nScalar types appear as the leaf nodes of GraphQL queries. Strings, numbers, and booleans are the built in types, and while it's possible to define your own, it's relatively uncommon.",
365
+ "isDeprecated": false,
366
+ "deprecationReason": null
367
+ },
368
+ {
369
+ "name": "OBJECT",
370
+ "description": "## Object types\n\nThe most common type to be implemented by users. Objects have fields and can implement interfaces.",
371
+ "isDeprecated": false,
372
+ "deprecationReason": null
373
+ },
374
+ {
375
+ "name": "INTERFACE",
376
+ "description": "## Interface types\n\nInterface types are used to represent overlapping fields between multiple types, and can be queried for their concrete type.",
377
+ "isDeprecated": false,
378
+ "deprecationReason": null
379
+ },
380
+ {
381
+ "name": "UNION",
382
+ "description": "## Union types\n\nUnions are similar to interfaces but can not contain any fields on their own.",
383
+ "isDeprecated": false,
384
+ "deprecationReason": null
385
+ },
386
+ {
387
+ "name": "ENUM",
388
+ "description": "## Enum types\n\nLike scalars, enum types appear as the leaf nodes of GraphQL queries.",
389
+ "isDeprecated": false,
390
+ "deprecationReason": null
391
+ },
392
+ {
393
+ "name": "INPUT_OBJECT",
394
+ "description": "## Input objects\n\nRepresents complex values provided in queries _into_ the system.",
395
+ "isDeprecated": false,
396
+ "deprecationReason": null
397
+ },
398
+ {
399
+ "name": "LIST",
400
+ "description": "## List types\n\nRepresent lists of other types. This library provides implementations for vectors and slices, but other Rust types can be extended to serve as GraphQL lists.",
401
+ "isDeprecated": false,
402
+ "deprecationReason": null
403
+ },
404
+ {
405
+ "name": "NON_NULL",
406
+ "description": "## Non-null types\n\nIn GraphQL, nullable types are the default. By putting a `!` after a type, it becomes non-nullable.",
407
+ "isDeprecated": false,
408
+ "deprecationReason": null
409
+ }
410
+ ],
411
+ "possibleTypes": null
412
+ },
413
+ {
414
+ "kind": "INPUT_OBJECT",
415
+ "name": "FindTranslationInput",
416
+ "description": null,
417
+ "fields": null,
418
+ "inputFields": [
419
+ {
420
+ "name": "id",
421
+ "description": null,
422
+ "type": {
423
+ "kind": "NON_NULL",
424
+ "name": null,
425
+ "ofType": {
426
+ "kind": "SCALAR",
427
+ "name": "Int",
428
+ "ofType": null
429
+ }
430
+ },
431
+ "defaultValue": null
432
+ }
433
+ ],
434
+ "interfaces": null,
435
+ "enumValues": null,
436
+ "possibleTypes": null
437
+ },
438
+ {
439
+ "kind": "OBJECT",
440
+ "name": "__Type",
441
+ "description": null,
442
+ "fields": [
443
+ {
444
+ "name": "name",
445
+ "description": null,
446
+ "args": [],
447
+ "type": {
448
+ "kind": "SCALAR",
449
+ "name": "String",
450
+ "ofType": null
451
+ },
452
+ "isDeprecated": false,
453
+ "deprecationReason": null
454
+ },
455
+ {
456
+ "name": "description",
457
+ "description": null,
458
+ "args": [],
459
+ "type": {
460
+ "kind": "SCALAR",
461
+ "name": "String",
462
+ "ofType": null
463
+ },
464
+ "isDeprecated": false,
465
+ "deprecationReason": null
466
+ },
467
+ {
468
+ "name": "kind",
469
+ "description": null,
470
+ "args": [],
471
+ "type": {
472
+ "kind": "NON_NULL",
473
+ "name": null,
474
+ "ofType": {
475
+ "kind": "ENUM",
476
+ "name": "__TypeKind",
477
+ "ofType": null
478
+ }
479
+ },
480
+ "isDeprecated": false,
481
+ "deprecationReason": null
482
+ },
483
+ {
484
+ "name": "fields",
485
+ "description": null,
486
+ "args": [
487
+ {
488
+ "name": "includeDeprecated",
489
+ "description": null,
490
+ "type": {
491
+ "kind": "SCALAR",
492
+ "name": "Boolean",
493
+ "ofType": null
494
+ },
495
+ "defaultValue": "false"
496
+ }
497
+ ],
498
+ "type": {
499
+ "kind": "LIST",
500
+ "name": null,
501
+ "ofType": {
502
+ "kind": "NON_NULL",
503
+ "name": null,
504
+ "ofType": {
505
+ "kind": "OBJECT",
506
+ "name": "__Field",
507
+ "ofType": null
508
+ }
509
+ }
510
+ },
511
+ "isDeprecated": false,
512
+ "deprecationReason": null
513
+ },
514
+ {
515
+ "name": "ofType",
516
+ "description": null,
517
+ "args": [],
518
+ "type": {
519
+ "kind": "OBJECT",
520
+ "name": "__Type",
521
+ "ofType": null
522
+ },
523
+ "isDeprecated": false,
524
+ "deprecationReason": null
525
+ },
526
+ {
527
+ "name": "inputFields",
528
+ "description": null,
529
+ "args": [],
530
+ "type": {
531
+ "kind": "LIST",
532
+ "name": null,
533
+ "ofType": {
534
+ "kind": "NON_NULL",
535
+ "name": null,
536
+ "ofType": {
537
+ "kind": "OBJECT",
538
+ "name": "__InputValue",
539
+ "ofType": null
540
+ }
541
+ }
542
+ },
543
+ "isDeprecated": false,
544
+ "deprecationReason": null
545
+ },
546
+ {
547
+ "name": "interfaces",
548
+ "description": null,
549
+ "args": [],
550
+ "type": {
551
+ "kind": "LIST",
552
+ "name": null,
553
+ "ofType": {
554
+ "kind": "NON_NULL",
555
+ "name": null,
556
+ "ofType": {
557
+ "kind": "OBJECT",
558
+ "name": "__Type",
559
+ "ofType": null
560
+ }
561
+ }
562
+ },
563
+ "isDeprecated": false,
564
+ "deprecationReason": null
565
+ },
566
+ {
567
+ "name": "possibleTypes",
568
+ "description": null,
569
+ "args": [],
570
+ "type": {
571
+ "kind": "LIST",
572
+ "name": null,
573
+ "ofType": {
574
+ "kind": "NON_NULL",
575
+ "name": null,
576
+ "ofType": {
577
+ "kind": "OBJECT",
578
+ "name": "__Type",
579
+ "ofType": null
580
+ }
581
+ }
582
+ },
583
+ "isDeprecated": false,
584
+ "deprecationReason": null
585
+ },
586
+ {
587
+ "name": "enumValues",
588
+ "description": null,
589
+ "args": [
590
+ {
591
+ "name": "includeDeprecated",
592
+ "description": null,
593
+ "type": {
594
+ "kind": "SCALAR",
595
+ "name": "Boolean",
596
+ "ofType": null
597
+ },
598
+ "defaultValue": "false"
599
+ }
600
+ ],
601
+ "type": {
602
+ "kind": "LIST",
603
+ "name": null,
604
+ "ofType": {
605
+ "kind": "NON_NULL",
606
+ "name": null,
607
+ "ofType": {
608
+ "kind": "OBJECT",
609
+ "name": "__EnumValue",
610
+ "ofType": null
611
+ }
612
+ }
613
+ },
614
+ "isDeprecated": false,
615
+ "deprecationReason": null
616
+ }
617
+ ],
618
+ "inputFields": null,
619
+ "interfaces": [],
620
+ "enumValues": null,
621
+ "possibleTypes": null
622
+ },
623
+ {
624
+ "kind": "OBJECT",
625
+ "name": "__Schema",
626
+ "description": null,
627
+ "fields": [
628
+ {
629
+ "name": "types",
630
+ "description": null,
631
+ "args": [],
632
+ "type": {
633
+ "kind": "NON_NULL",
634
+ "name": null,
635
+ "ofType": {
636
+ "kind": "LIST",
637
+ "name": null,
638
+ "ofType": {
639
+ "kind": "NON_NULL",
640
+ "name": null,
641
+ "ofType": {
642
+ "kind": "OBJECT",
643
+ "name": "__Type",
644
+ "ofType": null
645
+ }
646
+ }
647
+ }
648
+ },
649
+ "isDeprecated": false,
650
+ "deprecationReason": null
651
+ },
652
+ {
653
+ "name": "queryType",
654
+ "description": null,
655
+ "args": [],
656
+ "type": {
657
+ "kind": "NON_NULL",
658
+ "name": null,
659
+ "ofType": {
660
+ "kind": "OBJECT",
661
+ "name": "__Type",
662
+ "ofType": null
663
+ }
664
+ },
665
+ "isDeprecated": false,
666
+ "deprecationReason": null
667
+ },
668
+ {
669
+ "name": "mutationType",
670
+ "description": null,
671
+ "args": [],
672
+ "type": {
673
+ "kind": "OBJECT",
674
+ "name": "__Type",
675
+ "ofType": null
676
+ },
677
+ "isDeprecated": false,
678
+ "deprecationReason": null
679
+ },
680
+ {
681
+ "name": "subscriptionType",
682
+ "description": null,
683
+ "args": [],
684
+ "type": {
685
+ "kind": "OBJECT",
686
+ "name": "__Type",
687
+ "ofType": null
688
+ },
689
+ "isDeprecated": false,
690
+ "deprecationReason": null
691
+ },
692
+ {
693
+ "name": "directives",
694
+ "description": null,
695
+ "args": [],
696
+ "type": {
697
+ "kind": "NON_NULL",
698
+ "name": null,
699
+ "ofType": {
700
+ "kind": "LIST",
701
+ "name": null,
702
+ "ofType": {
703
+ "kind": "NON_NULL",
704
+ "name": null,
705
+ "ofType": {
706
+ "kind": "OBJECT",
707
+ "name": "__Directive",
708
+ "ofType": null
709
+ }
710
+ }
711
+ }
712
+ },
713
+ "isDeprecated": false,
714
+ "deprecationReason": null
715
+ }
716
+ ],
717
+ "inputFields": null,
718
+ "interfaces": [],
719
+ "enumValues": null,
720
+ "possibleTypes": null
721
+ },
722
+ {
723
+ "kind": "SCALAR",
724
+ "name": "Int",
725
+ "description": null,
726
+ "fields": null,
727
+ "inputFields": null,
728
+ "interfaces": null,
729
+ "enumValues": null,
730
+ "possibleTypes": null
731
+ },
732
+ {
733
+ "kind": "OBJECT",
734
+ "name": "Query",
735
+ "description": null,
736
+ "fields": [
737
+ {
738
+ "name": "allTranslations",
739
+ "description": null,
740
+ "args": [],
741
+ "type": {
742
+ "kind": "NON_NULL",
743
+ "name": null,
744
+ "ofType": {
745
+ "kind": "LIST",
746
+ "name": null,
747
+ "ofType": {
748
+ "kind": "NON_NULL",
749
+ "name": null,
750
+ "ofType": {
751
+ "kind": "OBJECT",
752
+ "name": "Translation",
753
+ "ofType": null
754
+ }
755
+ }
756
+ }
757
+ },
758
+ "isDeprecated": false,
759
+ "deprecationReason": null
760
+ },
761
+ {
762
+ "name": "findTranslationsForLocale",
763
+ "description": null,
764
+ "args": [
765
+ {
766
+ "name": "input",
767
+ "description": null,
768
+ "type": {
769
+ "kind": "NON_NULL",
770
+ "name": null,
771
+ "ofType": {
772
+ "kind": "INPUT_OBJECT",
773
+ "name": "FindTranslationsForPlatformAndLocaleInput",
774
+ "ofType": null
775
+ }
776
+ },
777
+ "defaultValue": null
778
+ }
779
+ ],
780
+ "type": {
781
+ "kind": "NON_NULL",
782
+ "name": null,
783
+ "ofType": {
784
+ "kind": "LIST",
785
+ "name": null,
786
+ "ofType": {
787
+ "kind": "NON_NULL",
788
+ "name": null,
789
+ "ofType": {
790
+ "kind": "OBJECT",
791
+ "name": "Translation",
792
+ "ofType": null
793
+ }
794
+ }
795
+ }
796
+ },
797
+ "isDeprecated": false,
798
+ "deprecationReason": null
799
+ },
800
+ {
801
+ "name": "findTranslation",
802
+ "description": null,
803
+ "args": [
804
+ {
805
+ "name": "input",
806
+ "description": null,
807
+ "type": {
808
+ "kind": "NON_NULL",
809
+ "name": null,
810
+ "ofType": {
811
+ "kind": "INPUT_OBJECT",
812
+ "name": "FindTranslationInput",
813
+ "ofType": null
814
+ }
815
+ },
816
+ "defaultValue": null
817
+ }
818
+ ],
819
+ "type": {
820
+ "kind": "NON_NULL",
821
+ "name": null,
822
+ "ofType": {
823
+ "kind": "OBJECT",
824
+ "name": "Translation",
825
+ "ofType": null
826
+ }
827
+ },
828
+ "isDeprecated": false,
829
+ "deprecationReason": null
830
+ },
831
+ {
832
+ "name": "allLocales",
833
+ "description": null,
834
+ "args": [],
835
+ "type": {
836
+ "kind": "NON_NULL",
837
+ "name": null,
838
+ "ofType": {
839
+ "kind": "LIST",
840
+ "name": null,
841
+ "ofType": {
842
+ "kind": "NON_NULL",
843
+ "name": null,
844
+ "ofType": {
845
+ "kind": "SCALAR",
846
+ "name": "String",
847
+ "ofType": null
848
+ }
849
+ }
850
+ }
851
+ },
852
+ "isDeprecated": false,
853
+ "deprecationReason": null
854
+ },
855
+ {
856
+ "name": "allLocalesForPlatform",
857
+ "description": null,
858
+ "args": [
859
+ {
860
+ "name": "input",
861
+ "description": null,
862
+ "type": {
863
+ "kind": "NON_NULL",
864
+ "name": null,
865
+ "ofType": {
866
+ "kind": "INPUT_OBJECT",
867
+ "name": "FindLocalesForPlatformInput",
868
+ "ofType": null
869
+ }
870
+ },
871
+ "defaultValue": null
872
+ }
873
+ ],
874
+ "type": {
875
+ "kind": "NON_NULL",
876
+ "name": null,
877
+ "ofType": {
878
+ "kind": "LIST",
879
+ "name": null,
880
+ "ofType": {
881
+ "kind": "NON_NULL",
882
+ "name": null,
883
+ "ofType": {
884
+ "kind": "SCALAR",
885
+ "name": "String",
886
+ "ofType": null
887
+ }
888
+ }
889
+ }
890
+ },
891
+ "isDeprecated": false,
892
+ "deprecationReason": null
893
+ }
894
+ ],
895
+ "inputFields": null,
896
+ "interfaces": [],
897
+ "enumValues": null,
898
+ "possibleTypes": null
899
+ },
900
+ {
901
+ "kind": "INPUT_OBJECT",
902
+ "name": "CreateTranslationInput",
903
+ "description": null,
904
+ "fields": null,
905
+ "inputFields": [
906
+ {
907
+ "name": "language",
908
+ "description": null,
909
+ "type": {
910
+ "kind": "NON_NULL",
911
+ "name": null,
912
+ "ofType": {
913
+ "kind": "SCALAR",
914
+ "name": "String",
915
+ "ofType": null
916
+ }
917
+ },
918
+ "defaultValue": null
919
+ },
920
+ {
921
+ "name": "platform",
922
+ "description": null,
923
+ "type": {
924
+ "kind": "NON_NULL",
925
+ "name": null,
926
+ "ofType": {
927
+ "kind": "SCALAR",
928
+ "name": "String",
929
+ "ofType": null
930
+ }
931
+ },
932
+ "defaultValue": null
933
+ },
934
+ {
935
+ "name": "fileName",
936
+ "description": null,
937
+ "type": {
938
+ "kind": "NON_NULL",
939
+ "name": null,
940
+ "ofType": {
941
+ "kind": "SCALAR",
942
+ "name": "String",
943
+ "ofType": null
944
+ }
945
+ },
946
+ "defaultValue": null
947
+ }
948
+ ],
949
+ "interfaces": null,
950
+ "enumValues": null,
951
+ "possibleTypes": null
952
+ },
953
+ {
954
+ "kind": "OBJECT",
955
+ "name": "__EnumValue",
956
+ "description": null,
957
+ "fields": [
958
+ {
959
+ "name": "name",
960
+ "description": null,
961
+ "args": [],
962
+ "type": {
963
+ "kind": "NON_NULL",
964
+ "name": null,
965
+ "ofType": {
966
+ "kind": "SCALAR",
967
+ "name": "String",
968
+ "ofType": null
969
+ }
970
+ },
971
+ "isDeprecated": false,
972
+ "deprecationReason": null
973
+ },
974
+ {
975
+ "name": "description",
976
+ "description": null,
977
+ "args": [],
978
+ "type": {
979
+ "kind": "SCALAR",
980
+ "name": "String",
981
+ "ofType": null
982
+ },
983
+ "isDeprecated": false,
984
+ "deprecationReason": null
985
+ },
986
+ {
987
+ "name": "isDeprecated",
988
+ "description": null,
989
+ "args": [],
990
+ "type": {
991
+ "kind": "NON_NULL",
992
+ "name": null,
993
+ "ofType": {
994
+ "kind": "SCALAR",
995
+ "name": "Boolean",
996
+ "ofType": null
997
+ }
998
+ },
999
+ "isDeprecated": false,
1000
+ "deprecationReason": null
1001
+ },
1002
+ {
1003
+ "name": "deprecationReason",
1004
+ "description": null,
1005
+ "args": [],
1006
+ "type": {
1007
+ "kind": "SCALAR",
1008
+ "name": "String",
1009
+ "ofType": null
1010
+ },
1011
+ "isDeprecated": false,
1012
+ "deprecationReason": null
1013
+ }
1014
+ ],
1015
+ "inputFields": null,
1016
+ "interfaces": [],
1017
+ "enumValues": null,
1018
+ "possibleTypes": null
1019
+ },
1020
+ {
1021
+ "kind": "INPUT_OBJECT",
1022
+ "name": "FindTranslationsForPlatformAndLocaleInput",
1023
+ "description": null,
1024
+ "fields": null,
1025
+ "inputFields": [
1026
+ {
1027
+ "name": "platform",
1028
+ "description": null,
1029
+ "type": {
1030
+ "kind": "NON_NULL",
1031
+ "name": null,
1032
+ "ofType": {
1033
+ "kind": "SCALAR",
1034
+ "name": "String",
1035
+ "ofType": null
1036
+ }
1037
+ },
1038
+ "defaultValue": null
1039
+ },
1040
+ {
1041
+ "name": "locale",
1042
+ "description": null,
1043
+ "type": {
1044
+ "kind": "NON_NULL",
1045
+ "name": null,
1046
+ "ofType": {
1047
+ "kind": "SCALAR",
1048
+ "name": "String",
1049
+ "ofType": null
1050
+ }
1051
+ },
1052
+ "defaultValue": null
1053
+ }
1054
+ ],
1055
+ "interfaces": null,
1056
+ "enumValues": null,
1057
+ "possibleTypes": null
1058
+ },
1059
+ {
1060
+ "kind": "ENUM",
1061
+ "name": "__DirectiveLocation",
1062
+ "description": null,
1063
+ "fields": null,
1064
+ "inputFields": null,
1065
+ "interfaces": null,
1066
+ "enumValues": [
1067
+ {
1068
+ "name": "QUERY",
1069
+ "description": null,
1070
+ "isDeprecated": false,
1071
+ "deprecationReason": null
1072
+ },
1073
+ {
1074
+ "name": "MUTATION",
1075
+ "description": null,
1076
+ "isDeprecated": false,
1077
+ "deprecationReason": null
1078
+ },
1079
+ {
1080
+ "name": "SUBSCRIPTION",
1081
+ "description": null,
1082
+ "isDeprecated": false,
1083
+ "deprecationReason": null
1084
+ },
1085
+ {
1086
+ "name": "FIELD",
1087
+ "description": null,
1088
+ "isDeprecated": false,
1089
+ "deprecationReason": null
1090
+ },
1091
+ {
1092
+ "name": "FRAGMENT_DEFINITION",
1093
+ "description": null,
1094
+ "isDeprecated": false,
1095
+ "deprecationReason": null
1096
+ },
1097
+ {
1098
+ "name": "FRAGMENT_SPREAD",
1099
+ "description": null,
1100
+ "isDeprecated": false,
1101
+ "deprecationReason": null
1102
+ },
1103
+ {
1104
+ "name": "INLINE_FRAGMENT",
1105
+ "description": null,
1106
+ "isDeprecated": false,
1107
+ "deprecationReason": null
1108
+ }
1109
+ ],
1110
+ "possibleTypes": null
1111
+ },
1112
+ {
1113
+ "kind": "INPUT_OBJECT",
1114
+ "name": "FindLocalesForPlatformInput",
1115
+ "description": null,
1116
+ "fields": null,
1117
+ "inputFields": [
1118
+ {
1119
+ "name": "platform",
1120
+ "description": null,
1121
+ "type": {
1122
+ "kind": "NON_NULL",
1123
+ "name": null,
1124
+ "ofType": {
1125
+ "kind": "SCALAR",
1126
+ "name": "String",
1127
+ "ofType": null
1128
+ }
1129
+ },
1130
+ "defaultValue": null
1131
+ }
1132
+ ],
1133
+ "interfaces": null,
1134
+ "enumValues": null,
1135
+ "possibleTypes": null
1136
+ },
1137
+ {
1138
+ "kind": "INPUT_OBJECT",
1139
+ "name": "DeleteTranslationInput",
1140
+ "description": null,
1141
+ "fields": null,
1142
+ "inputFields": [
1143
+ {
1144
+ "name": "id",
1145
+ "description": null,
1146
+ "type": {
1147
+ "kind": "NON_NULL",
1148
+ "name": null,
1149
+ "ofType": {
1150
+ "kind": "SCALAR",
1151
+ "name": "Int",
1152
+ "ofType": null
1153
+ }
1154
+ },
1155
+ "defaultValue": null
1156
+ }
1157
+ ],
1158
+ "interfaces": null,
1159
+ "enumValues": null,
1160
+ "possibleTypes": null
1161
+ },
1162
+ {
1163
+ "kind": "OBJECT",
1164
+ "name": "__Directive",
1165
+ "description": null,
1166
+ "fields": [
1167
+ {
1168
+ "name": "name",
1169
+ "description": null,
1170
+ "args": [],
1171
+ "type": {
1172
+ "kind": "NON_NULL",
1173
+ "name": null,
1174
+ "ofType": {
1175
+ "kind": "SCALAR",
1176
+ "name": "String",
1177
+ "ofType": null
1178
+ }
1179
+ },
1180
+ "isDeprecated": false,
1181
+ "deprecationReason": null
1182
+ },
1183
+ {
1184
+ "name": "description",
1185
+ "description": null,
1186
+ "args": [],
1187
+ "type": {
1188
+ "kind": "SCALAR",
1189
+ "name": "String",
1190
+ "ofType": null
1191
+ },
1192
+ "isDeprecated": false,
1193
+ "deprecationReason": null
1194
+ },
1195
+ {
1196
+ "name": "locations",
1197
+ "description": null,
1198
+ "args": [],
1199
+ "type": {
1200
+ "kind": "NON_NULL",
1201
+ "name": null,
1202
+ "ofType": {
1203
+ "kind": "LIST",
1204
+ "name": null,
1205
+ "ofType": {
1206
+ "kind": "NON_NULL",
1207
+ "name": null,
1208
+ "ofType": {
1209
+ "kind": "ENUM",
1210
+ "name": "__DirectiveLocation",
1211
+ "ofType": null
1212
+ }
1213
+ }
1214
+ }
1215
+ },
1216
+ "isDeprecated": false,
1217
+ "deprecationReason": null
1218
+ },
1219
+ {
1220
+ "name": "args",
1221
+ "description": null,
1222
+ "args": [],
1223
+ "type": {
1224
+ "kind": "NON_NULL",
1225
+ "name": null,
1226
+ "ofType": {
1227
+ "kind": "LIST",
1228
+ "name": null,
1229
+ "ofType": {
1230
+ "kind": "NON_NULL",
1231
+ "name": null,
1232
+ "ofType": {
1233
+ "kind": "OBJECT",
1234
+ "name": "__InputValue",
1235
+ "ofType": null
1236
+ }
1237
+ }
1238
+ }
1239
+ },
1240
+ "isDeprecated": false,
1241
+ "deprecationReason": null
1242
+ },
1243
+ {
1244
+ "name": "onOperation",
1245
+ "description": null,
1246
+ "args": [],
1247
+ "type": {
1248
+ "kind": "NON_NULL",
1249
+ "name": null,
1250
+ "ofType": {
1251
+ "kind": "SCALAR",
1252
+ "name": "Boolean",
1253
+ "ofType": null
1254
+ }
1255
+ },
1256
+ "isDeprecated": true,
1257
+ "deprecationReason": "Use the locations array instead"
1258
+ },
1259
+ {
1260
+ "name": "onFragment",
1261
+ "description": null,
1262
+ "args": [],
1263
+ "type": {
1264
+ "kind": "NON_NULL",
1265
+ "name": null,
1266
+ "ofType": {
1267
+ "kind": "SCALAR",
1268
+ "name": "Boolean",
1269
+ "ofType": null
1270
+ }
1271
+ },
1272
+ "isDeprecated": true,
1273
+ "deprecationReason": "Use the locations array instead"
1274
+ },
1275
+ {
1276
+ "name": "onField",
1277
+ "description": null,
1278
+ "args": [],
1279
+ "type": {
1280
+ "kind": "NON_NULL",
1281
+ "name": null,
1282
+ "ofType": {
1283
+ "kind": "SCALAR",
1284
+ "name": "Boolean",
1285
+ "ofType": null
1286
+ }
1287
+ },
1288
+ "isDeprecated": true,
1289
+ "deprecationReason": "Use the locations array instead"
1290
+ }
1291
+ ],
1292
+ "inputFields": null,
1293
+ "interfaces": [],
1294
+ "enumValues": null,
1295
+ "possibleTypes": null
1296
+ }
1297
+ ],
1298
+ "directives": [
1299
+ {
1300
+ "name": "include",
1301
+ "description": null,
1302
+ "locations": [
1303
+ "FIELD",
1304
+ "FRAGMENT_SPREAD",
1305
+ "INLINE_FRAGMENT"
1306
+ ],
1307
+ "args": [
1308
+ {
1309
+ "name": "if",
1310
+ "description": null,
1311
+ "type": {
1312
+ "kind": "NON_NULL",
1313
+ "name": null,
1314
+ "ofType": {
1315
+ "kind": "SCALAR",
1316
+ "name": "Boolean",
1317
+ "ofType": null
1318
+ }
1319
+ },
1320
+ "defaultValue": null
1321
+ }
1322
+ ]
1323
+ },
1324
+ {
1325
+ "name": "skip",
1326
+ "description": null,
1327
+ "locations": [
1328
+ "FIELD",
1329
+ "FRAGMENT_SPREAD",
1330
+ "INLINE_FRAGMENT"
1331
+ ],
1332
+ "args": [
1333
+ {
1334
+ "name": "if",
1335
+ "description": null,
1336
+ "type": {
1337
+ "kind": "NON_NULL",
1338
+ "name": null,
1339
+ "ofType": {
1340
+ "kind": "SCALAR",
1341
+ "name": "Boolean",
1342
+ "ofType": null
1343
+ }
1344
+ },
1345
+ "defaultValue": null
1346
+ }
1347
+ ]
1348
+ }
1349
+ ]
1350
+ }
1351
+ }
1352
+ }