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 ffe7be4 commit 2a84e0dCopy full SHA for 2a84e0d
src/language/schema/index.js
@@ -11,4 +11,4 @@ import * as Kind from './kinds';
11
export { Kind };
12
export { parseSchemaIntoAST } from './parser';
13
export { printSchema } from './printer';
14
-export { visit } from './visitor';
+export { visitSchema } from './visitor';
0 commit comments