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