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

Remove printIntrospectedSchema from exports

Changed files
-4
scripts
-4
scripts/rollup/importMap.json
···
"local": "printError",
"from": "graphql/error/GraphQLError"
},
-
"printIntrospectionSchema": {
-
"local": "printIntrospectionSchema",
-
"from": "graphql/utilities/printSchema"
-
},
"printLocation": {
"local": "printLocation",
"from": "graphql/language/printLocation"