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 5cb2d8f commit 76aeed0Copy full SHA for 76aeed0
packages/plugin/src/types.ts
@@ -8,7 +8,7 @@ import { SiblingOperations } from './siblings.js';
8
9
export type Schema = GraphQLSchema | null;
10
export type Pointer = string | string[];
11
-export { GraphQLESTreeNode } from './estree-converter/types.js';
+export type { GraphQLESTreeNode } from './estree-converter/types.js';
12
13
export interface ParserOptions {
14
graphQLConfig?: IGraphQLConfig;
0 commit comments