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 b75a0e4 commit c2d5386Copy full SHA for c2d5386
.changeset/real-coins-share.md
@@ -0,0 +1,5 @@
1
+---
2
+"@graphql-eslint/eslint-plugin": major
3
4
+
5
+exposing GraphQLESTreeNode type
packages/plugin/src/types.ts
@@ -8,6 +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';
12
13
export interface ParserOptions {
14
graphQLConfig?: IGraphQLConfig;
0 commit comments