We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ea824 commit 2cfbfceCopy full SHA for 2cfbfce
src/utilities/index.js
@@ -11,6 +11,9 @@
11
// The GraphQL query recommended for a full schema introspection.
12
export { introspectionQuery } from './introspectionQuery';
13
14
+// Gets the target Operation from a Document
15
+export { getOperationAST } from './getOperationAST';
16
+
17
// Build a GraphQLSchema from an introspection result.
18
export { buildClientSchema } from './buildClientSchema';
19
0 commit comments