Skip to content

Commit 2cfbfce

Browse files
committed
properly export getOperationAST utility
1 parent 59ea824 commit 2cfbfce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/utilities/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// The GraphQL query recommended for a full schema introspection.
1212
export { introspectionQuery } from './introspectionQuery';
1313

14+
// Gets the target Operation from a Document
15+
export { getOperationAST } from './getOperationAST';
16+
1417
// Build a GraphQLSchema from an introspection result.
1518
export { buildClientSchema } from './buildClientSchema';
1619

0 commit comments

Comments
 (0)