Mirror: The small sibling of the graphql package, slimmed down for client-side libraries.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove printIntrospectedSchema from exports

-4
-4
scripts/rollup/importMap.json
··· 627 627 "local": "printError", 628 628 "from": "graphql/error/GraphQLError" 629 629 }, 630 - "printIntrospectionSchema": { 631 - "local": "printIntrospectionSchema", 632 - "from": "graphql/utilities/printSchema" 633 - }, 634 630 "printLocation": { 635 631 "local": "printLocation", 636 632 "from": "graphql/language/printLocation"