quicktype 18.0.5 → 19.0.4

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.
Files changed (174) hide show
  1. package/README.md +1 -1
  2. package/dist/{cli/CompressedJSONFromStream.d.ts → CompressedJSONFromStream.d.ts} +1 -1
  3. package/dist/{cli/CompressedJSONFromStream.js → CompressedJSONFromStream.js} +2 -2
  4. package/dist/{cli/GraphQLIntrospection.d.ts → GraphQLIntrospection.d.ts} +0 -0
  5. package/dist/{cli/GraphQLIntrospection.js → GraphQLIntrospection.js} +1 -1
  6. package/dist/{cli/TypeSource.d.ts → TypeSource.d.ts} +2 -2
  7. package/dist/{cli/TypeSource.js → TypeSource.js} +0 -0
  8. package/dist/{cli/URLGrammar.d.ts → URLGrammar.d.ts} +0 -0
  9. package/dist/{cli/URLGrammar.js → URLGrammar.js} +1 -1
  10. package/dist/{cli/index.d.ts → index.d.ts} +1 -1
  11. package/dist/{cli/index.js → index.js} +4 -5
  12. package/package.json +61 -77
  13. package/dist/quicktype-core/Annotation.d.ts +0 -8
  14. package/dist/quicktype-core/Annotation.js +0 -16
  15. package/dist/quicktype-core/ConvenienceRenderer.d.ts +0 -138
  16. package/dist/quicktype-core/ConvenienceRenderer.js +0 -668
  17. package/dist/quicktype-core/DateTime.d.ts +0 -10
  18. package/dist/quicktype-core/DateTime.js +0 -57
  19. package/dist/quicktype-core/DeclarationIR.d.ts +0 -14
  20. package/dist/quicktype-core/DeclarationIR.js +0 -167
  21. package/dist/quicktype-core/EncodedMarkovChain.d.ts +0 -1
  22. package/dist/quicktype-core/EncodedMarkovChain.js +0 -4
  23. package/dist/quicktype-core/GatherNames.d.ts +0 -2
  24. package/dist/quicktype-core/GatherNames.js +0 -333
  25. package/dist/quicktype-core/Graph.d.ts +0 -12
  26. package/dist/quicktype-core/Graph.js +0 -220
  27. package/dist/quicktype-core/GraphRewriting.d.ts +0 -87
  28. package/dist/quicktype-core/GraphRewriting.js +0 -421
  29. package/dist/quicktype-core/MakeTransformations.d.ts +0 -4
  30. package/dist/quicktype-core/MakeTransformations.js +0 -193
  31. package/dist/quicktype-core/MarkovChain.d.ts +0 -15
  32. package/dist/quicktype-core/MarkovChain.js +0 -154
  33. package/dist/quicktype-core/Messages.d.ts +0 -294
  34. package/dist/quicktype-core/Messages.js +0 -105
  35. package/dist/quicktype-core/Naming.d.ts +0 -64
  36. package/dist/quicktype-core/Naming.js +0 -356
  37. package/dist/quicktype-core/Renderer.d.ts +0 -50
  38. package/dist/quicktype-core/Renderer.js +0 -274
  39. package/dist/quicktype-core/RendererOptions.d.ts +0 -71
  40. package/dist/quicktype-core/RendererOptions.js +0 -141
  41. package/dist/quicktype-core/Run.d.ts +0 -174
  42. package/dist/quicktype-core/Run.js +0 -393
  43. package/dist/quicktype-core/Source.d.ts +0 -65
  44. package/dist/quicktype-core/Source.js +0 -204
  45. package/dist/quicktype-core/TargetLanguage.d.ts +0 -34
  46. package/dist/quicktype-core/TargetLanguage.js +0 -66
  47. package/dist/quicktype-core/Transformers.d.ts +0 -209
  48. package/dist/quicktype-core/Transformers.js +0 -836
  49. package/dist/quicktype-core/Type.d.ts +0 -206
  50. package/dist/quicktype-core/Type.js +0 -716
  51. package/dist/quicktype-core/TypeBuilder.d.ts +0 -61
  52. package/dist/quicktype-core/TypeBuilder.js +0 -324
  53. package/dist/quicktype-core/TypeGraph.d.ts +0 -75
  54. package/dist/quicktype-core/TypeGraph.js +0 -420
  55. package/dist/quicktype-core/TypeUtils.d.ts +0 -33
  56. package/dist/quicktype-core/TypeUtils.js +0 -230
  57. package/dist/quicktype-core/UnifyClasses.d.ts +0 -16
  58. package/dist/quicktype-core/UnifyClasses.js +0 -159
  59. package/dist/quicktype-core/UnionBuilder.d.ts +0 -49
  60. package/dist/quicktype-core/UnionBuilder.js +0 -282
  61. package/dist/quicktype-core/attributes/AccessorNames.d.ts +0 -18
  62. package/dist/quicktype-core/attributes/AccessorNames.js +0 -182
  63. package/dist/quicktype-core/attributes/Constraints.d.ts +0 -38
  64. package/dist/quicktype-core/attributes/Constraints.js +0 -172
  65. package/dist/quicktype-core/attributes/Description.d.ts +0 -9
  66. package/dist/quicktype-core/attributes/Description.js +0 -97
  67. package/dist/quicktype-core/attributes/EnumValues.d.ts +0 -8
  68. package/dist/quicktype-core/attributes/EnumValues.js +0 -31
  69. package/dist/quicktype-core/attributes/StringTypes.d.ts +0 -28
  70. package/dist/quicktype-core/attributes/StringTypes.js +0 -189
  71. package/dist/quicktype-core/attributes/TypeAttributes.d.ts +0 -34
  72. package/dist/quicktype-core/attributes/TypeAttributes.js +0 -119
  73. package/dist/quicktype-core/attributes/TypeNames.d.ts +0 -46
  74. package/dist/quicktype-core/attributes/TypeNames.js +0 -274
  75. package/dist/quicktype-core/attributes/URIAttributes.d.ts +0 -8
  76. package/dist/quicktype-core/attributes/URIAttributes.js +0 -85
  77. package/dist/quicktype-core/index.d.ts +0 -48
  78. package/dist/quicktype-core/index.js +0 -180
  79. package/dist/quicktype-core/input/CompressedJSON.d.ts +0 -69
  80. package/dist/quicktype-core/input/CompressedJSON.js +0 -276
  81. package/dist/quicktype-core/input/FetchingJSONSchemaStore.d.ts +0 -6
  82. package/dist/quicktype-core/input/FetchingJSONSchemaStore.js +0 -18
  83. package/dist/quicktype-core/input/Inference.d.ts +0 -22
  84. package/dist/quicktype-core/input/Inference.js +0 -240
  85. package/dist/quicktype-core/input/Inputs.d.ts +0 -48
  86. package/dist/quicktype-core/input/Inputs.js +0 -145
  87. package/dist/quicktype-core/input/JSONSchemaInput.d.ts +0 -91
  88. package/dist/quicktype-core/input/JSONSchemaInput.js +0 -1041
  89. package/dist/quicktype-core/input/JSONSchemaStore.d.ts +0 -8
  90. package/dist/quicktype-core/input/JSONSchemaStore.js +0 -36
  91. package/dist/quicktype-core/input/PostmanCollection.d.ts +0 -5
  92. package/dist/quicktype-core/input/PostmanCollection.js +0 -60
  93. package/dist/quicktype-core/input/io/NodeIO.d.ts +0 -3
  94. package/dist/quicktype-core/input/io/NodeIO.js +0 -87
  95. package/dist/quicktype-core/input/io/get-stream/buffer-stream.d.ts +0 -2
  96. package/dist/quicktype-core/input/io/get-stream/buffer-stream.js +0 -45
  97. package/dist/quicktype-core/input/io/get-stream/index.d.ts +0 -9
  98. package/dist/quicktype-core/input/io/get-stream/index.js +0 -52
  99. package/dist/quicktype-core/language/All.d.ts +0 -3
  100. package/dist/quicktype-core/language/All.js +0 -57
  101. package/dist/quicktype-core/language/CPlusPlus.d.ts +0 -241
  102. package/dist/quicktype-core/language/CPlusPlus.js +0 -1847
  103. package/dist/quicktype-core/language/CSharp.d.ts +0 -201
  104. package/dist/quicktype-core/language/CSharp.js +0 -1850
  105. package/dist/quicktype-core/language/Crystal.d.ts +0 -37
  106. package/dist/quicktype-core/language/Crystal.js +0 -337
  107. package/dist/quicktype-core/language/Dart.d.ts +0 -66
  108. package/dist/quicktype-core/language/Dart.js +0 -576
  109. package/dist/quicktype-core/language/Elm.d.ts +0 -58
  110. package/dist/quicktype-core/language/Elm.js +0 -522
  111. package/dist/quicktype-core/language/Golang.d.ts +0 -51
  112. package/dist/quicktype-core/language/Golang.js +0 -460
  113. package/dist/quicktype-core/language/Haskell.d.ts +0 -56
  114. package/dist/quicktype-core/language/Haskell.js +0 -411
  115. package/dist/quicktype-core/language/JSONSchema.d.ts +0 -31
  116. package/dist/quicktype-core/language/JSONSchema.js +0 -169
  117. package/dist/quicktype-core/language/Java.d.ts +0 -125
  118. package/dist/quicktype-core/language/Java.js +0 -1081
  119. package/dist/quicktype-core/language/JavaScript.d.ts +0 -68
  120. package/dist/quicktype-core/language/JavaScript.js +0 -435
  121. package/dist/quicktype-core/language/JavaScriptPropTypes.d.ts +0 -40
  122. package/dist/quicktype-core/language/JavaScriptPropTypes.js +0 -213
  123. package/dist/quicktype-core/language/JavaScriptUnicodeMaps.d.ts +0 -2
  124. package/dist/quicktype-core/language/JavaScriptUnicodeMaps.js +0 -134
  125. package/dist/quicktype-core/language/Kotlin.d.ts +0 -109
  126. package/dist/quicktype-core/language/Kotlin.js +0 -832
  127. package/dist/quicktype-core/language/Objective-C.d.ts +0 -79
  128. package/dist/quicktype-core/language/Objective-C.js +0 -777
  129. package/dist/quicktype-core/language/Php.d.ts +0 -80
  130. package/dist/quicktype-core/language/Php.js +0 -702
  131. package/dist/quicktype-core/language/Pike.d.ts +0 -37
  132. package/dist/quicktype-core/language/Pike.js +0 -276
  133. package/dist/quicktype-core/language/Python.d.ts +0 -107
  134. package/dist/quicktype-core/language/Python.js +0 -969
  135. package/dist/quicktype-core/language/Rust.d.ts +0 -56
  136. package/dist/quicktype-core/language/Rust.js +0 -309
  137. package/dist/quicktype-core/language/Swift.d.ts +0 -96
  138. package/dist/quicktype-core/language/Swift.js +0 -1211
  139. package/dist/quicktype-core/language/TypeScriptFlow.d.ts +0 -77
  140. package/dist/quicktype-core/language/TypeScriptFlow.js +0 -286
  141. package/dist/quicktype-core/language/ruby/index.d.ts +0 -52
  142. package/dist/quicktype-core/language/ruby/index.js +0 -557
  143. package/dist/quicktype-core/language/ruby/keywords.d.ts +0 -3
  144. package/dist/quicktype-core/language/ruby/keywords.js +0 -358
  145. package/dist/quicktype-core/rewrites/CombineClasses.d.ts +0 -3
  146. package/dist/quicktype-core/rewrites/CombineClasses.js +0 -125
  147. package/dist/quicktype-core/rewrites/ExpandStrings.d.ts +0 -4
  148. package/dist/quicktype-core/rewrites/ExpandStrings.js +0 -143
  149. package/dist/quicktype-core/rewrites/FlattenStrings.d.ts +0 -3
  150. package/dist/quicktype-core/rewrites/FlattenStrings.js +0 -45
  151. package/dist/quicktype-core/rewrites/FlattenUnions.d.ts +0 -3
  152. package/dist/quicktype-core/rewrites/FlattenUnions.js +0 -47
  153. package/dist/quicktype-core/rewrites/InferMaps.d.ts +0 -3
  154. package/dist/quicktype-core/rewrites/InferMaps.js +0 -117
  155. package/dist/quicktype-core/rewrites/ReplaceObjectType.d.ts +0 -3
  156. package/dist/quicktype-core/rewrites/ReplaceObjectType.js +0 -60
  157. package/dist/quicktype-core/rewrites/ResolveIntersections.d.ts +0 -3
  158. package/dist/quicktype-core/rewrites/ResolveIntersections.js +0 -244
  159. package/dist/quicktype-core/support/Acronyms.d.ts +0 -10
  160. package/dist/quicktype-core/support/Acronyms.js +0 -1128
  161. package/dist/quicktype-core/support/Chance.d.ts +0 -38
  162. package/dist/quicktype-core/support/Chance.js +0 -2146
  163. package/dist/quicktype-core/support/Converters.d.ts +0 -6
  164. package/dist/quicktype-core/support/Converters.js +0 -16
  165. package/dist/quicktype-core/support/Strings.d.ts +0 -44
  166. package/dist/quicktype-core/support/Strings.js +0 -525
  167. package/dist/quicktype-core/support/Support.d.ts +0 -29
  168. package/dist/quicktype-core/support/Support.js +0 -162
  169. package/dist/quicktype-graphql-input/GraphQLSchema.d.ts +0 -645
  170. package/dist/quicktype-graphql-input/GraphQLSchema.js +0 -39
  171. package/dist/quicktype-graphql-input/index.d.ts +0 -17
  172. package/dist/quicktype-graphql-input/index.js +0 -407
  173. package/dist/quicktype-typescript-input/index.d.ts +0 -2
  174. package/dist/quicktype-typescript-input/index.js +0 -98
@@ -1,645 +0,0 @@
1
- export declare enum __DirectiveLocation {
2
- QUERY = "QUERY",
3
- MUTATION = "MUTATION",
4
- SUBSCRIPTION = "SUBSCRIPTION",
5
- FIELD = "FIELD",
6
- FRAGMENT_DEFINITION = "FRAGMENT_DEFINITION",
7
- FRAGMENT_SPREAD = "FRAGMENT_SPREAD",
8
- INLINE_FRAGMENT = "INLINE_FRAGMENT",
9
- SCHEMA = "SCHEMA",
10
- SCALAR = "SCALAR",
11
- OBJECT = "OBJECT",
12
- FIELD_DEFINITION = "FIELD_DEFINITION",
13
- ARGUMENT_DEFINITION = "ARGUMENT_DEFINITION",
14
- INTERFACE = "INTERFACE",
15
- UNION = "UNION",
16
- ENUM = "ENUM",
17
- ENUM_VALUE = "ENUM_VALUE",
18
- INPUT_OBJECT = "INPUT_OBJECT",
19
- INPUT_FIELD_DEFINITION = "INPUT_FIELD_DEFINITION"
20
- }
21
- export declare enum TypeKind {
22
- SCALAR = "SCALAR",
23
- OBJECT = "OBJECT",
24
- INTERFACE = "INTERFACE",
25
- UNION = "UNION",
26
- ENUM = "ENUM",
27
- INPUT_OBJECT = "INPUT_OBJECT",
28
- LIST = "LIST",
29
- NON_NULL = "NON_NULL"
30
- }
31
- export type GraphQLSchema = {
32
- __schema: {
33
- __typename: "__Schema";
34
- queryType: {
35
- __typename: "__Type";
36
- name: string | null;
37
- };
38
- mutationType: {
39
- __typename: "__Type";
40
- name: string | null;
41
- } | null;
42
- subscriptionType: {
43
- __typename: "__Type";
44
- name: string | null;
45
- } | null;
46
- types: Array<{
47
- __typename: "__Type";
48
- kind: TypeKind;
49
- name: string | null;
50
- description: string | null;
51
- fields: Array<{
52
- __typename: "__Field";
53
- name: string;
54
- description: string | null;
55
- args: Array<{
56
- __typename: "__InputValue";
57
- name: string;
58
- description: string | null;
59
- type: {
60
- __typename: "__Type";
61
- kind: TypeKind;
62
- name: string | null;
63
- ofType: {
64
- __typename: "__Type";
65
- kind: TypeKind;
66
- name: string | null;
67
- ofType: {
68
- __typename: "__Type";
69
- kind: TypeKind;
70
- name: string | null;
71
- ofType: {
72
- __typename: "__Type";
73
- kind: TypeKind;
74
- name: string | null;
75
- ofType: {
76
- __typename: "__Type";
77
- kind: TypeKind;
78
- name: string | null;
79
- ofType: {
80
- __typename: "__Type";
81
- kind: TypeKind;
82
- name: string | null;
83
- ofType: {
84
- __typename: "__Type";
85
- kind: TypeKind;
86
- name: string | null;
87
- ofType: {
88
- __typename: "__Type";
89
- kind: TypeKind;
90
- name: string | null;
91
- } | null;
92
- } | null;
93
- } | null;
94
- } | null;
95
- } | null;
96
- } | null;
97
- } | null;
98
- };
99
- defaultValue: string | null;
100
- }>;
101
- type: {
102
- __typename: "__Type";
103
- kind: TypeKind;
104
- name: string | null;
105
- ofType: {
106
- __typename: "__Type";
107
- kind: TypeKind;
108
- name: string | null;
109
- ofType: {
110
- __typename: "__Type";
111
- kind: TypeKind;
112
- name: string | null;
113
- ofType: {
114
- __typename: "__Type";
115
- kind: TypeKind;
116
- name: string | null;
117
- ofType: {
118
- __typename: "__Type";
119
- kind: TypeKind;
120
- name: string | null;
121
- ofType: {
122
- __typename: "__Type";
123
- kind: TypeKind;
124
- name: string | null;
125
- ofType: {
126
- __typename: "__Type";
127
- kind: TypeKind;
128
- name: string | null;
129
- ofType: {
130
- __typename: "__Type";
131
- kind: TypeKind;
132
- name: string | null;
133
- } | null;
134
- } | null;
135
- } | null;
136
- } | null;
137
- } | null;
138
- } | null;
139
- } | null;
140
- };
141
- isDeprecated: boolean;
142
- deprecationReason: string | null;
143
- }> | null;
144
- inputFields: Array<{
145
- __typename: "__InputValue";
146
- name: string;
147
- description: string | null;
148
- type: {
149
- __typename: "__Type";
150
- kind: TypeKind;
151
- name: string | null;
152
- ofType: {
153
- __typename: "__Type";
154
- kind: TypeKind;
155
- name: string | null;
156
- ofType: {
157
- __typename: "__Type";
158
- kind: TypeKind;
159
- name: string | null;
160
- ofType: {
161
- __typename: "__Type";
162
- kind: TypeKind;
163
- name: string | null;
164
- ofType: {
165
- __typename: "__Type";
166
- kind: TypeKind;
167
- name: string | null;
168
- ofType: {
169
- __typename: "__Type";
170
- kind: TypeKind;
171
- name: string | null;
172
- ofType: {
173
- __typename: "__Type";
174
- kind: TypeKind;
175
- name: string | null;
176
- ofType: {
177
- __typename: "__Type";
178
- kind: TypeKind;
179
- name: string | null;
180
- } | null;
181
- } | null;
182
- } | null;
183
- } | null;
184
- } | null;
185
- } | null;
186
- } | null;
187
- };
188
- defaultValue: string | null;
189
- }> | null;
190
- interfaces: Array<{
191
- __typename: "__Type";
192
- kind: TypeKind;
193
- name: string | null;
194
- ofType: {
195
- __typename: "__Type";
196
- kind: TypeKind;
197
- name: string | null;
198
- ofType: {
199
- __typename: "__Type";
200
- kind: TypeKind;
201
- name: string | null;
202
- ofType: {
203
- __typename: "__Type";
204
- kind: TypeKind;
205
- name: string | null;
206
- ofType: {
207
- __typename: "__Type";
208
- kind: TypeKind;
209
- name: string | null;
210
- ofType: {
211
- __typename: "__Type";
212
- kind: TypeKind;
213
- name: string | null;
214
- ofType: {
215
- __typename: "__Type";
216
- kind: TypeKind;
217
- name: string | null;
218
- ofType: {
219
- __typename: "__Type";
220
- kind: TypeKind;
221
- name: string | null;
222
- } | null;
223
- } | null;
224
- } | null;
225
- } | null;
226
- } | null;
227
- } | null;
228
- } | null;
229
- }> | null;
230
- enumValues: Array<{
231
- __typename: "__EnumValue";
232
- name: string;
233
- description: string | null;
234
- }> | null;
235
- possibleTypes: Array<{
236
- __typename: "__Type";
237
- kind: TypeKind;
238
- name: string | null;
239
- ofType: {
240
- __typename: "__Type";
241
- kind: TypeKind;
242
- name: string | null;
243
- ofType: {
244
- __typename: "__Type";
245
- kind: TypeKind;
246
- name: string | null;
247
- ofType: {
248
- __typename: "__Type";
249
- kind: TypeKind;
250
- name: string | null;
251
- ofType: {
252
- __typename: "__Type";
253
- kind: TypeKind;
254
- name: string | null;
255
- ofType: {
256
- __typename: "__Type";
257
- kind: TypeKind;
258
- name: string | null;
259
- ofType: {
260
- __typename: "__Type";
261
- kind: TypeKind;
262
- name: string | null;
263
- ofType: {
264
- __typename: "__Type";
265
- kind: TypeKind;
266
- name: string | null;
267
- } | null;
268
- } | null;
269
- } | null;
270
- } | null;
271
- } | null;
272
- } | null;
273
- } | null;
274
- }> | null;
275
- }>;
276
- directives: Array<{
277
- __typename: "__Directive";
278
- name: string;
279
- description: string | null;
280
- locations: Array<__DirectiveLocation>;
281
- args: Array<{
282
- __typename: "__InputValue";
283
- name: string;
284
- description: string | null;
285
- type: {
286
- __typename: "__Type";
287
- kind: TypeKind;
288
- name: string | null;
289
- ofType: {
290
- __typename: "__Type";
291
- kind: TypeKind;
292
- name: string | null;
293
- ofType: {
294
- __typename: "__Type";
295
- kind: TypeKind;
296
- name: string | null;
297
- ofType: {
298
- __typename: "__Type";
299
- kind: TypeKind;
300
- name: string | null;
301
- ofType: {
302
- __typename: "__Type";
303
- kind: TypeKind;
304
- name: string | null;
305
- ofType: {
306
- __typename: "__Type";
307
- kind: TypeKind;
308
- name: string | null;
309
- ofType: {
310
- __typename: "__Type";
311
- kind: TypeKind;
312
- name: string | null;
313
- ofType: {
314
- __typename: "__Type";
315
- kind: TypeKind;
316
- name: string | null;
317
- } | null;
318
- } | null;
319
- } | null;
320
- } | null;
321
- } | null;
322
- } | null;
323
- } | null;
324
- };
325
- defaultValue: string | null;
326
- }>;
327
- }>;
328
- };
329
- };
330
- export type FullTypeFragment = {
331
- __typename: "__Type";
332
- kind: TypeKind;
333
- name: string | null;
334
- description: string | null;
335
- fields: Array<{
336
- __typename: string;
337
- name: string;
338
- description: string | null;
339
- args: Array<{
340
- __typename: string;
341
- name: string;
342
- description: string | null;
343
- type: {
344
- __typename: string;
345
- kind: TypeKind;
346
- name: string | null;
347
- ofType: {
348
- __typename: string;
349
- kind: TypeKind;
350
- name: string | null;
351
- ofType: {
352
- __typename: string;
353
- kind: TypeKind;
354
- name: string | null;
355
- ofType: {
356
- __typename: string;
357
- kind: TypeKind;
358
- name: string | null;
359
- ofType: {
360
- __typename: string;
361
- kind: TypeKind;
362
- name: string | null;
363
- ofType: {
364
- __typename: string;
365
- kind: TypeKind;
366
- name: string | null;
367
- ofType: {
368
- __typename: string;
369
- kind: TypeKind;
370
- name: string | null;
371
- ofType: {
372
- __typename: string;
373
- kind: TypeKind;
374
- name: string | null;
375
- } | null;
376
- } | null;
377
- } | null;
378
- } | null;
379
- } | null;
380
- } | null;
381
- } | null;
382
- };
383
- defaultValue: string | null;
384
- }>;
385
- type: {
386
- __typename: string;
387
- kind: TypeKind;
388
- name: string | null;
389
- ofType: {
390
- __typename: string;
391
- kind: TypeKind;
392
- name: string | null;
393
- ofType: {
394
- __typename: string;
395
- kind: TypeKind;
396
- name: string | null;
397
- ofType: {
398
- __typename: string;
399
- kind: TypeKind;
400
- name: string | null;
401
- ofType: {
402
- __typename: string;
403
- kind: TypeKind;
404
- name: string | null;
405
- ofType: {
406
- __typename: string;
407
- kind: TypeKind;
408
- name: string | null;
409
- ofType: {
410
- __typename: string;
411
- kind: TypeKind;
412
- name: string | null;
413
- ofType: {
414
- __typename: string;
415
- kind: TypeKind;
416
- name: string | null;
417
- } | null;
418
- } | null;
419
- } | null;
420
- } | null;
421
- } | null;
422
- } | null;
423
- } | null;
424
- };
425
- isDeprecated: boolean;
426
- deprecationReason: string | null;
427
- }> | null;
428
- inputFields: Array<{
429
- __typename: string;
430
- name: string;
431
- description: string | null;
432
- type: {
433
- __typename: string;
434
- kind: TypeKind;
435
- name: string | null;
436
- ofType: {
437
- __typename: string;
438
- kind: TypeKind;
439
- name: string | null;
440
- ofType: {
441
- __typename: string;
442
- kind: TypeKind;
443
- name: string | null;
444
- ofType: {
445
- __typename: string;
446
- kind: TypeKind;
447
- name: string | null;
448
- ofType: {
449
- __typename: string;
450
- kind: TypeKind;
451
- name: string | null;
452
- ofType: {
453
- __typename: string;
454
- kind: TypeKind;
455
- name: string | null;
456
- ofType: {
457
- __typename: string;
458
- kind: TypeKind;
459
- name: string | null;
460
- ofType: {
461
- __typename: string;
462
- kind: TypeKind;
463
- name: string | null;
464
- } | null;
465
- } | null;
466
- } | null;
467
- } | null;
468
- } | null;
469
- } | null;
470
- } | null;
471
- };
472
- defaultValue: string | null;
473
- }> | null;
474
- interfaces: Array<{
475
- __typename: string;
476
- kind: TypeKind;
477
- name: string | null;
478
- ofType: {
479
- __typename: string;
480
- kind: TypeKind;
481
- name: string | null;
482
- ofType: {
483
- __typename: string;
484
- kind: TypeKind;
485
- name: string | null;
486
- ofType: {
487
- __typename: string;
488
- kind: TypeKind;
489
- name: string | null;
490
- ofType: {
491
- __typename: string;
492
- kind: TypeKind;
493
- name: string | null;
494
- ofType: {
495
- __typename: string;
496
- kind: TypeKind;
497
- name: string | null;
498
- ofType: {
499
- __typename: string;
500
- kind: TypeKind;
501
- name: string | null;
502
- ofType: {
503
- __typename: string;
504
- kind: TypeKind;
505
- name: string | null;
506
- } | null;
507
- } | null;
508
- } | null;
509
- } | null;
510
- } | null;
511
- } | null;
512
- } | null;
513
- }> | null;
514
- enumValues: Array<{
515
- __typename: string;
516
- name: string;
517
- description: string | null;
518
- }> | null;
519
- possibleTypes: Array<{
520
- __typename: string;
521
- kind: TypeKind;
522
- name: string | null;
523
- ofType: {
524
- __typename: string;
525
- kind: TypeKind;
526
- name: string | null;
527
- ofType: {
528
- __typename: string;
529
- kind: TypeKind;
530
- name: string | null;
531
- ofType: {
532
- __typename: string;
533
- kind: TypeKind;
534
- name: string | null;
535
- ofType: {
536
- __typename: string;
537
- kind: TypeKind;
538
- name: string | null;
539
- ofType: {
540
- __typename: string;
541
- kind: TypeKind;
542
- name: string | null;
543
- ofType: {
544
- __typename: string;
545
- kind: TypeKind;
546
- name: string | null;
547
- ofType: {
548
- __typename: string;
549
- kind: TypeKind;
550
- name: string | null;
551
- } | null;
552
- } | null;
553
- } | null;
554
- } | null;
555
- } | null;
556
- } | null;
557
- } | null;
558
- }> | null;
559
- };
560
- export type InputValueFragment = {
561
- __typename: "__InputValue";
562
- name: string;
563
- description: string | null;
564
- type: {
565
- __typename: string;
566
- kind: TypeKind;
567
- name: string | null;
568
- ofType: {
569
- __typename: string;
570
- kind: TypeKind;
571
- name: string | null;
572
- ofType: {
573
- __typename: string;
574
- kind: TypeKind;
575
- name: string | null;
576
- ofType: {
577
- __typename: string;
578
- kind: TypeKind;
579
- name: string | null;
580
- ofType: {
581
- __typename: string;
582
- kind: TypeKind;
583
- name: string | null;
584
- ofType: {
585
- __typename: string;
586
- kind: TypeKind;
587
- name: string | null;
588
- ofType: {
589
- __typename: string;
590
- kind: TypeKind;
591
- name: string | null;
592
- ofType: {
593
- __typename: string;
594
- kind: TypeKind;
595
- name: string | null;
596
- } | null;
597
- } | null;
598
- } | null;
599
- } | null;
600
- } | null;
601
- } | null;
602
- } | null;
603
- };
604
- defaultValue: string | null;
605
- };
606
- export type TypeRefFragment = {
607
- __typename: "__Type";
608
- kind: TypeKind;
609
- name: string | null;
610
- ofType: {
611
- __typename: string;
612
- kind: TypeKind;
613
- name: string | null;
614
- ofType: {
615
- __typename: string;
616
- kind: TypeKind;
617
- name: string | null;
618
- ofType: {
619
- __typename: string;
620
- kind: TypeKind;
621
- name: string | null;
622
- ofType: {
623
- __typename: string;
624
- kind: TypeKind;
625
- name: string | null;
626
- ofType: {
627
- __typename: string;
628
- kind: TypeKind;
629
- name: string | null;
630
- ofType: {
631
- __typename: string;
632
- kind: TypeKind;
633
- name: string | null;
634
- ofType: {
635
- __typename: string;
636
- kind: TypeKind;
637
- name: string | null;
638
- } | null;
639
- } | null;
640
- } | null;
641
- } | null;
642
- } | null;
643
- } | null;
644
- } | null;
645
- };
@@ -1,39 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- // This file was automatically generated and should not be edited.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.TypeKind = exports.__DirectiveLocation = void 0;
6
- // A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.
7
- var __DirectiveLocation;
8
- (function (__DirectiveLocation) {
9
- __DirectiveLocation["QUERY"] = "QUERY";
10
- __DirectiveLocation["MUTATION"] = "MUTATION";
11
- __DirectiveLocation["SUBSCRIPTION"] = "SUBSCRIPTION";
12
- __DirectiveLocation["FIELD"] = "FIELD";
13
- __DirectiveLocation["FRAGMENT_DEFINITION"] = "FRAGMENT_DEFINITION";
14
- __DirectiveLocation["FRAGMENT_SPREAD"] = "FRAGMENT_SPREAD";
15
- __DirectiveLocation["INLINE_FRAGMENT"] = "INLINE_FRAGMENT";
16
- __DirectiveLocation["SCHEMA"] = "SCHEMA";
17
- __DirectiveLocation["SCALAR"] = "SCALAR";
18
- __DirectiveLocation["OBJECT"] = "OBJECT";
19
- __DirectiveLocation["FIELD_DEFINITION"] = "FIELD_DEFINITION";
20
- __DirectiveLocation["ARGUMENT_DEFINITION"] = "ARGUMENT_DEFINITION";
21
- __DirectiveLocation["INTERFACE"] = "INTERFACE";
22
- __DirectiveLocation["UNION"] = "UNION";
23
- __DirectiveLocation["ENUM"] = "ENUM";
24
- __DirectiveLocation["ENUM_VALUE"] = "ENUM_VALUE";
25
- __DirectiveLocation["INPUT_OBJECT"] = "INPUT_OBJECT";
26
- __DirectiveLocation["INPUT_FIELD_DEFINITION"] = "INPUT_FIELD_DEFINITION"; // Location adjacent to an input object field definition.
27
- })(__DirectiveLocation = exports.__DirectiveLocation || (exports.__DirectiveLocation = {}));
28
- // An enum describing what kind of type a given `__Type` is.
29
- var TypeKind;
30
- (function (TypeKind) {
31
- TypeKind["SCALAR"] = "SCALAR";
32
- TypeKind["OBJECT"] = "OBJECT";
33
- TypeKind["INTERFACE"] = "INTERFACE";
34
- TypeKind["UNION"] = "UNION";
35
- TypeKind["ENUM"] = "ENUM";
36
- TypeKind["INPUT_OBJECT"] = "INPUT_OBJECT";
37
- TypeKind["LIST"] = "LIST";
38
- TypeKind["NON_NULL"] = "NON_NULL"; // Indicates this type is a non-null. `ofType` is a valid field.
39
- })(TypeKind = exports.TypeKind || (exports.TypeKind = {}));