File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -309,6 +309,8 @@ export {
309309 introspectionQuery ,
310310 // Gets the target Operation from a Document
311311 getOperationAST ,
312+ // Convert a GraphQLSchema to an IntrospectionQuery
313+ introspectionFromSchema ,
312314 // Build a GraphQLSchema from an introspection result.
313315 buildClientSchema ,
314316 // Build a GraphQLSchema from a parsed GraphQL Schema language AST.
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ export type {
4141// Gets the target Operation from a Document
4242export { getOperationAST } from './getOperationAST' ;
4343
44+ // Convert a GraphQLSchema to an IntrospectionQuery
45+ export { introspectionFromSchema } from './introspectionFromSchema' ;
46+
4447// Build a GraphQLSchema from an introspection result.
4548export { buildClientSchema } from './buildClientSchema' ;
4649
You can’t perform that action at this time.
0 commit comments