Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
1{
2 "BREAK": {
3 "local": "BREAK",
4 "from": "graphql/language/visitor"
5 },
6 "BreakingChangeType": {
7 "local": "BreakingChangeType",
8 "from": "graphql/utilities/findBreakingChanges"
9 },
10 "DEFAULT_DEPRECATION_REASON": {
11 "local": "DEFAULT_DEPRECATION_REASON",
12 "from": "graphql/type/directives"
13 },
14 "DangerousChangeType": {
15 "local": "DangerousChangeType",
16 "from": "graphql/utilities/findBreakingChanges"
17 },
18 "DirectiveLocation": {
19 "local": "DirectiveLocation",
20 "from": "graphql/language/directiveLocation"
21 },
22 "ExecutableDefinitionsRule": {
23 "local": "ExecutableDefinitionsRule",
24 "from": "graphql/validation/rules/ExecutableDefinitionsRule"
25 },
26 "FieldsOnCorrectTypeRule": {
27 "local": "FieldsOnCorrectTypeRule",
28 "from": "graphql/validation/rules/FieldsOnCorrectTypeRule"
29 },
30 "FragmentsOnCompositeTypesRule": {
31 "local": "FragmentsOnCompositeTypesRule",
32 "from": "graphql/validation/rules/FragmentsOnCompositeTypesRule"
33 },
34 "GraphQLBoolean": {
35 "local": "GraphQLBoolean",
36 "from": "graphql/type/scalars"
37 },
38 "GraphQLDeprecatedDirective": {
39 "local": "GraphQLDeprecatedDirective",
40 "from": "graphql/type/directives"
41 },
42 "GraphQLDirective": {
43 "local": "GraphQLDirective",
44 "from": "graphql/type/directives"
45 },
46 "GraphQLEnumType": {
47 "local": "GraphQLEnumType",
48 "from": "graphql/type/definition"
49 },
50 "GraphQLError": {
51 "local": "GraphQLError",
52 "from": "graphql/error/GraphQLError"
53 },
54 "GraphQLFloat": {
55 "local": "GraphQLFloat",
56 "from": "graphql/type/scalars"
57 },
58 "GraphQLID": {
59 "local": "GraphQLID",
60 "from": "graphql/type/scalars"
61 },
62 "GraphQLIncludeDirective": {
63 "local": "GraphQLIncludeDirective",
64 "from": "graphql/type/directives"
65 },
66 "GraphQLInt": {
67 "local": "GraphQLInt",
68 "from": "graphql/type/scalars"
69 },
70 "GraphQLList": {
71 "local": "GraphQLList",
72 "from": "graphql/type/definition"
73 },
74 "GraphQLNonNull": {
75 "local": "GraphQLNonNull",
76 "from": "graphql/type/definition"
77 },
78 "GraphQLObjectType": {
79 "local": "GraphQLObjectType",
80 "from": "graphql/type/definition"
81 },
82 "GraphQLScalarType": {
83 "local": "GraphQLScalarType",
84 "from": "graphql/type/definition"
85 },
86 "GraphQLSchema": {
87 "local": "GraphQLSchema",
88 "from": "graphql/type/schema"
89 },
90 "GraphQLSkipDirective": {
91 "local": "GraphQLSkipDirective",
92 "from": "graphql/type/directives"
93 },
94 "GraphQLSpecifiedByDirective": {
95 "local": "GraphQLSpecifiedByDirective",
96 "from": "graphql/type/directives"
97 },
98 "GraphQLString": {
99 "local": "GraphQLString",
100 "from": "graphql/type/scalars"
101 },
102 "Kind": {
103 "local": "Kind",
104 "from": "graphql/language/kinds"
105 },
106 "KnownArgumentNamesRule": {
107 "local": "KnownArgumentNamesRule",
108 "from": "graphql/validation/rules/KnownArgumentNamesRule"
109 },
110 "KnownDirectivesRule": {
111 "local": "KnownDirectivesRule",
112 "from": "graphql/validation/rules/KnownDirectivesRule"
113 },
114 "KnownFragmentNamesRule": {
115 "local": "KnownFragmentNamesRule",
116 "from": "graphql/validation/rules/KnownFragmentNamesRule"
117 },
118 "KnownTypeNamesRule": {
119 "local": "KnownTypeNamesRule",
120 "from": "graphql/validation/rules/KnownTypeNamesRule"
121 },
122 "Location": {
123 "local": "Location",
124 "from": "graphql/language/ast"
125 },
126 "LoneAnonymousOperationRule": {
127 "local": "LoneAnonymousOperationRule",
128 "from": "graphql/validation/rules/LoneAnonymousOperationRule"
129 },
130 "LoneSchemaDefinitionRule": {
131 "local": "LoneSchemaDefinitionRule",
132 "from": "graphql/validation/rules/LoneSchemaDefinitionRule"
133 },
134 "NoDeprecatedCustomRule": {
135 "local": "NoDeprecatedCustomRule",
136 "from": "graphql/validation/rules/custom/NoDeprecatedCustomRule"
137 },
138 "NoFragmentCyclesRule": {
139 "local": "NoFragmentCyclesRule",
140 "from": "graphql/validation/rules/NoFragmentCyclesRule"
141 },
142 "NoSchemaIntrospectionCustomRule": {
143 "local": "NoSchemaIntrospectionCustomRule",
144 "from": "graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule"
145 },
146 "NoUndefinedVariablesRule": {
147 "local": "NoUndefinedVariablesRule",
148 "from": "graphql/validation/rules/NoUndefinedVariablesRule"
149 },
150 "NoUnusedFragmentsRule": {
151 "local": "NoUnusedFragmentsRule",
152 "from": "graphql/validation/rules/NoUnusedFragmentsRule"
153 },
154 "NoUnusedVariablesRule": {
155 "local": "NoUnusedVariablesRule",
156 "from": "graphql/validation/rules/NoUnusedVariablesRule"
157 },
158 "OverlappingFieldsCanBeMergedRule": {
159 "local": "OverlappingFieldsCanBeMergedRule",
160 "from": "graphql/validation/rules/OverlappingFieldsCanBeMergedRule"
161 },
162 "PossibleFragmentSpreadsRule": {
163 "local": "PossibleFragmentSpreadsRule",
164 "from": "graphql/validation/rules/PossibleFragmentSpreadsRule"
165 },
166 "PossibleTypeExtensionsRule": {
167 "local": "PossibleTypeExtensionsRule",
168 "from": "graphql/validation/rules/PossibleTypeExtensionsRule"
169 },
170 "ProvidedRequiredArgumentsRule": {
171 "local": "ProvidedRequiredArgumentsRule",
172 "from": "graphql/validation/rules/ProvidedRequiredArgumentsRule"
173 },
174 "ScalarLeafsRule": {
175 "local": "ScalarLeafsRule",
176 "from": "graphql/validation/rules/ScalarLeafsRule"
177 },
178 "SchemaMetaFieldDef": {
179 "local": "SchemaMetaFieldDef",
180 "from": "graphql/type/introspection"
181 },
182 "SingleFieldSubscriptionsRule": {
183 "local": "SingleFieldSubscriptionsRule",
184 "from": "graphql/validation/rules/SingleFieldSubscriptionsRule"
185 },
186 "Source": {
187 "local": "Source",
188 "from": "graphql/language/source"
189 },
190 "TypeInfo": {
191 "local": "TypeInfo",
192 "from": "graphql/utilities/TypeInfo"
193 },
194 "TypeKind": {
195 "local": "TypeKind",
196 "from": "graphql/type/introspection"
197 },
198 "TypeMetaFieldDef": {
199 "local": "TypeMetaFieldDef",
200 "from": "graphql/type/introspection"
201 },
202 "TypeNameMetaFieldDef": {
203 "local": "TypeNameMetaFieldDef",
204 "from": "graphql/type/introspection"
205 },
206 "UniqueArgumentNamesRule": {
207 "local": "UniqueArgumentNamesRule",
208 "from": "graphql/validation/rules/UniqueArgumentNamesRule"
209 },
210 "UniqueDirectiveNamesRule": {
211 "local": "UniqueDirectiveNamesRule",
212 "from": "graphql/validation/rules/UniqueDirectiveNamesRule"
213 },
214 "UniqueDirectivesPerLocationRule": {
215 "local": "UniqueDirectivesPerLocationRule",
216 "from": "graphql/validation/rules/UniqueDirectivesPerLocationRule"
217 },
218 "UniqueEnumValueNamesRule": {
219 "local": "UniqueEnumValueNamesRule",
220 "from": "graphql/validation/rules/UniqueEnumValueNamesRule"
221 },
222 "UniqueFieldDefinitionNamesRule": {
223 "local": "UniqueFieldDefinitionNamesRule",
224 "from": "graphql/validation/rules/UniqueFieldDefinitionNamesRule"
225 },
226 "UniqueFragmentNamesRule": {
227 "local": "UniqueFragmentNamesRule",
228 "from": "graphql/validation/rules/UniqueFragmentNamesRule"
229 },
230 "UniqueInputFieldNamesRule": {
231 "local": "UniqueInputFieldNamesRule",
232 "from": "graphql/validation/rules/UniqueInputFieldNamesRule"
233 },
234 "UniqueOperationNamesRule": {
235 "local": "UniqueOperationNamesRule",
236 "from": "graphql/validation/rules/UniqueOperationNamesRule"
237 },
238 "UniqueOperationTypesRule": {
239 "local": "UniqueOperationTypesRule",
240 "from": "graphql/validation/rules/UniqueOperationTypesRule"
241 },
242 "UniqueTypeNamesRule": {
243 "local": "UniqueTypeNamesRule",
244 "from": "graphql/validation/rules/UniqueTypeNamesRule"
245 },
246 "UniqueVariableNamesRule": {
247 "local": "UniqueVariableNamesRule",
248 "from": "graphql/validation/rules/UniqueVariableNamesRule"
249 },
250 "ValidationContext": {
251 "local": "ValidationContext",
252 "from": "graphql/validation/ValidationContext"
253 },
254 "ValuesOfCorrectTypeRule": {
255 "local": "ValuesOfCorrectTypeRule",
256 "from": "graphql/validation/rules/ValuesOfCorrectTypeRule"
257 },
258 "VariablesAreInputTypesRule": {
259 "local": "VariablesAreInputTypesRule",
260 "from": "graphql/validation/rules/VariablesAreInputTypesRule"
261 },
262 "VariablesInAllowedPositionRule": {
263 "local": "VariablesInAllowedPositionRule",
264 "from": "graphql/validation/rules/VariablesInAllowedPositionRule"
265 },
266 "__Directive": {
267 "local": "__Directive",
268 "from": "graphql/type/introspection"
269 },
270 "__DirectiveLocation": {
271 "local": "__DirectiveLocation",
272 "from": "graphql/type/introspection"
273 },
274 "__EnumValue": {
275 "local": "__EnumValue",
276 "from": "graphql/type/introspection"
277 },
278 "__Field": {
279 "local": "__Field",
280 "from": "graphql/type/introspection"
281 },
282 "__InputValue": {
283 "local": "__InputValue",
284 "from": "graphql/type/introspection"
285 },
286 "__Schema": {
287 "local": "__Schema",
288 "from": "graphql/type/introspection"
289 },
290 "__Type": {
291 "local": "__Type",
292 "from": "graphql/type/introspection"
293 },
294 "__TypeKind": {
295 "local": "__TypeKind",
296 "from": "graphql/type/introspection"
297 },
298 "assertDirective": {
299 "local": "assertDirective",
300 "from": "graphql/type/directives"
301 },
302 "assertEnumType": {
303 "local": "assertEnumType",
304 "from": "graphql/type/definition"
305 },
306 "assertInputObjectType": {
307 "local": "assertInputObjectType",
308 "from": "graphql/type/definition"
309 },
310 "assertInputType": {
311 "local": "assertInputType",
312 "from": "graphql/type/definition"
313 },
314 "assertLeafType": {
315 "local": "assertLeafType",
316 "from": "graphql/type/definition"
317 },
318 "assertListType": {
319 "local": "assertListType",
320 "from": "graphql/type/definition"
321 },
322 "assertNamedType": {
323 "local": "assertNamedType",
324 "from": "graphql/type/definition"
325 },
326 "assertNonNullType": {
327 "local": "assertNonNullType",
328 "from": "graphql/type/definition"
329 },
330 "assertNullableType": {
331 "local": "assertNullableType",
332 "from": "graphql/type/definition"
333 },
334 "assertObjectType": {
335 "local": "assertObjectType",
336 "from": "graphql/type/definition"
337 },
338 "assertOutputType": {
339 "local": "assertOutputType",
340 "from": "graphql/type/definition"
341 },
342 "assertScalarType": {
343 "local": "assertScalarType",
344 "from": "graphql/type/definition"
345 },
346 "assertType": {
347 "local": "assertType",
348 "from": "graphql/type/definition"
349 },
350 "assertUnionType": {
351 "local": "assertUnionType",
352 "from": "graphql/type/definition"
353 },
354 "assertValidName": {
355 "local": "assertValidName",
356 "from": "graphql/utilities/assertValidName"
357 },
358 "assertValidSchema": {
359 "local": "assertValidSchema",
360 "from": "graphql/type/validate"
361 },
362 "assertWrappingType": {
363 "local": "assertWrappingType",
364 "from": "graphql/type/definition"
365 },
366 "astFromValue": {
367 "local": "astFromValue",
368 "from": "graphql/utilities/astFromValue"
369 },
370 "buildClientSchema": {
371 "local": "buildClientSchema",
372 "from": "graphql/utilities/buildClientSchema"
373 },
374 "coerceInputValue": {
375 "local": "coerceInputValue",
376 "from": "graphql/utilities/coerceInputValue"
377 },
378 "concatAST": {
379 "local": "concatAST",
380 "from": "graphql/utilities/concatAST"
381 },
382 "createSourceEventStream": {
383 "local": "createSourceEventStream",
384 "from": "graphql/subscription/subscribe"
385 },
386 "defaultFieldResolver": {
387 "local": "defaultFieldResolver",
388 "from": "graphql/execution/execute"
389 },
390 "defaultTypeResolver": {
391 "local": "defaultTypeResolver",
392 "from": "graphql/execution/execute"
393 },
394 "doTypesOverlap": {
395 "local": "doTypesOverlap",
396 "from": "graphql/utilities/typeComparators"
397 },
398 "execute": {
399 "local": "execute",
400 "from": "graphql/execution/execute"
401 },
402 "executeSync": {
403 "local": "executeSync",
404 "from": "graphql/execution/execute"
405 },
406 "extendSchema": {
407 "local": "extendSchema",
408 "from": "graphql/utilities/extendSchema"
409 },
410 "findBreakingChanges": {
411 "local": "findBreakingChanges",
412 "from": "graphql/utilities/findBreakingChanges"
413 },
414 "findDangerousChanges": {
415 "local": "findDangerousChanges",
416 "from": "graphql/utilities/findBreakingChanges"
417 },
418 "formatError": {
419 "local": "formatError",
420 "from": "graphql/error/formatError"
421 },
422 "getDirectiveValues": {
423 "local": "getDirectiveValues",
424 "from": "graphql/execution/values"
425 },
426 "getIntrospectionQuery": {
427 "local": "getIntrospectionQuery",
428 "from": "graphql/utilities/getIntrospectionQuery"
429 },
430 "getLocation": {
431 "local": "getLocation",
432 "from": "graphql/language/location"
433 },
434 "getNamedType": {
435 "local": "getNamedType",
436 "from": "graphql/type/definition"
437 },
438 "getNullableType": {
439 "local": "getNullableType",
440 "from": "graphql/type/definition"
441 },
442 "getOperationAST": {
443 "local": "getOperationAST",
444 "from": "graphql/utilities/getOperationAST"
445 },
446 "getOperationRootType": {
447 "local": "getOperationRootType",
448 "from": "graphql/utilities/getOperationRootType"
449 },
450 "getVisitFn": {
451 "local": "getVisitFn",
452 "from": "graphql/language/visitor"
453 },
454 "graphql": {
455 "local": "graphql",
456 "from": "graphql/graphql"
457 },
458 "graphqlSync": {
459 "local": "graphqlSync",
460 "from": "graphql/graphql"
461 },
462 "introspectionFromSchema": {
463 "local": "introspectionFromSchema",
464 "from": "graphql/utilities/introspectionFromSchema"
465 },
466 "introspectionTypes": {
467 "local": "introspectionTypes",
468 "from": "graphql/type/introspection"
469 },
470 "isAbstractType": {
471 "local": "isAbstractType",
472 "from": "graphql/type/definition"
473 },
474 "isCompositeType": {
475 "local": "isCompositeType",
476 "from": "graphql/type/definition"
477 },
478 "isDefinitionNode": {
479 "local": "isDefinitionNode",
480 "from": "graphql/language/predicates"
481 },
482 "isDirective": {
483 "local": "isDirective",
484 "from": "graphql/type/directives"
485 },
486 "isEnumType": {
487 "local": "isEnumType",
488 "from": "graphql/type/definition"
489 },
490 "isEqualType": {
491 "local": "isEqualType",
492 "from": "graphql/utilities/typeComparators"
493 },
494 "isExecutableDefinitionNode": {
495 "local": "isExecutableDefinitionNode",
496 "from": "graphql/language/predicates"
497 },
498 "isInputObjectType": {
499 "local": "isInputObjectType",
500 "from": "graphql/type/definition"
501 },
502 "isInputType": {
503 "local": "isInputType",
504 "from": "graphql/type/definition"
505 },
506 "isIntrospectionType": {
507 "local": "isIntrospectionType",
508 "from": "graphql/type/introspection"
509 },
510 "isLeafType": {
511 "local": "isLeafType",
512 "from": "graphql/type/definition"
513 },
514 "isListType": {
515 "local": "isListType",
516 "from": "graphql/type/definition"
517 },
518 "isNamedType": {
519 "local": "isNamedType",
520 "from": "graphql/type/definition"
521 },
522 "isNonNullType": {
523 "local": "isNonNullType",
524 "from": "graphql/type/definition"
525 },
526 "isNullableType": {
527 "local": "isNullableType",
528 "from": "graphql/type/definition"
529 },
530 "isObjectType": {
531 "local": "isObjectType",
532 "from": "graphql/type/definition"
533 },
534 "isOutputType": {
535 "local": "isOutputType",
536 "from": "graphql/type/definition"
537 },
538 "isRequiredArgument": {
539 "local": "isRequiredArgument",
540 "from": "graphql/type/definition"
541 },
542 "isRequiredInputField": {
543 "local": "isRequiredInputField",
544 "from": "graphql/type/definition"
545 },
546 "isScalarType": {
547 "local": "isScalarType",
548 "from": "graphql/type/definition"
549 },
550 "isSelectionNode": {
551 "local": "isSelectionNode",
552 "from": "graphql/language/predicates"
553 },
554 "isSpecifiedDirective": {
555 "local": "isSpecifiedDirective",
556 "from": "graphql/type/directives"
557 },
558 "isSpecifiedScalarType": {
559 "local": "isSpecifiedScalarType",
560 "from": "graphql/type/scalars"
561 },
562 "isType": {
563 "local": "isType",
564 "from": "graphql/type/definition"
565 },
566 "isTypeDefinitionNode": {
567 "local": "isTypeDefinitionNode",
568 "from": "graphql/language/predicates"
569 },
570 "isTypeExtensionNode": {
571 "local": "isTypeExtensionNode",
572 "from": "graphql/language/predicates"
573 },
574 "isTypeNode": {
575 "local": "isTypeNode",
576 "from": "graphql/language/predicates"
577 },
578 "isTypeSubTypeOf": {
579 "local": "isTypeSubTypeOf",
580 "from": "graphql/utilities/typeComparators"
581 },
582 "isTypeSystemDefinitionNode": {
583 "local": "isTypeSystemDefinitionNode",
584 "from": "graphql/language/predicates"
585 },
586 "isTypeSystemExtensionNode": {
587 "local": "isTypeSystemExtensionNode",
588 "from": "graphql/language/predicates"
589 },
590 "isUnionType": {
591 "local": "isUnionType",
592 "from": "graphql/type/definition"
593 },
594 "isValidNameError": {
595 "local": "isValidNameError",
596 "from": "graphql/utilities/assertValidName"
597 },
598 "isValueNode": {
599 "local": "isValueNode",
600 "from": "graphql/language/predicates"
601 },
602 "isWrappingType": {
603 "local": "isWrappingType",
604 "from": "graphql/type/definition"
605 },
606 "locatedError": {
607 "local": "locatedError",
608 "from": "graphql/error/locatedError"
609 },
610 "parse": {
611 "local": "parse",
612 "from": "graphql/language/parser"
613 },
614 "parseType": {
615 "local": "parseType",
616 "from": "graphql/language/parser"
617 },
618 "parseValue": {
619 "local": "parseValue",
620 "from": "graphql/language/parser"
621 },
622 "print": {
623 "local": "print",
624 "from": "graphql/language/printer"
625 },
626 "printError": {
627 "local": "printError",
628 "from": "graphql/error/GraphQLError"
629 },
630 "printIntrospectionSchema": {
631 "local": "printIntrospectionSchema",
632 "from": "graphql/utilities/printSchema"
633 },
634 "printLocation": {
635 "local": "printLocation",
636 "from": "graphql/language/printLocation"
637 },
638 "printSourceLocation": {
639 "local": "printSourceLocation",
640 "from": "graphql/language/printLocation"
641 },
642 "responsePathAsArray": {
643 "local": "pathToArray",
644 "from": "graphql/jsutils/Path"
645 },
646 "separateOperations": {
647 "local": "separateOperations",
648 "from": "graphql/utilities/separateOperations"
649 },
650 "specifiedDirectives": {
651 "local": "specifiedDirectives",
652 "from": "graphql/type/directives"
653 },
654 "specifiedRules": {
655 "local": "specifiedRules",
656 "from": "graphql/validation/specifiedRules"
657 },
658 "specifiedScalarTypes": {
659 "local": "specifiedScalarTypes",
660 "from": "graphql/type/scalars"
661 },
662 "stripIgnoredCharacters": {
663 "local": "stripIgnoredCharacters",
664 "from": "graphql/utilities/stripIgnoredCharacters"
665 },
666 "subscribe": {
667 "local": "subscribe",
668 "from": "graphql/subscription/subscribe"
669 },
670 "typeFromAST": {
671 "local": "typeFromAST",
672 "from": "graphql/utilities/typeFromAST"
673 },
674 "validate": {
675 "local": "validate",
676 "from": "graphql/validation/validate"
677 },
678 "validateSchema": {
679 "local": "validateSchema",
680 "from": "graphql/type/validate"
681 },
682 "valueFromAST": {
683 "local": "valueFromAST",
684 "from": "graphql/utilities/valueFromAST"
685 },
686 "valueFromASTUntyped": {
687 "local": "valueFromASTUntyped",
688 "from": "graphql/utilities/valueFromASTUntyped"
689 },
690 "version": {
691 "local": "version",
692 "from": "graphql/version"
693 },
694 "versionInfo": {
695 "local": "versionInfo",
696 "from": "graphql/version"
697 },
698 "visit": {
699 "local": "visit",
700 "from": "graphql/language/visitor"
701 },
702 "visitInParallel": {
703 "local": "visitInParallel",
704 "from": "graphql/language/visitor"
705 },
706 "visitWithTypeInfo": {
707 "local": "visitWithTypeInfo",
708 "from": "graphql/utilities/TypeInfo"
709 }
710}