Skip to content

Commit c2d5386

Browse files
authored
exposes GraphQLESTreeNode type (#2418)
* exposes GraphQLESTreeNode type Adresses #2399 * provide changeset
1 parent b75a0e4 commit c2d5386

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/real-coins-share.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@graphql-eslint/eslint-plugin": major
3+
---
4+
5+
exposing GraphQLESTreeNode type

packages/plugin/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { SiblingOperations } from './siblings.js';
88

99
export type Schema = GraphQLSchema | null;
1010
export type Pointer = string | string[];
11+
export { GraphQLESTreeNode } from './estree-converter/types.js';
1112

1213
export interface ParserOptions {
1314
graphQLConfig?: IGraphQLConfig;

0 commit comments

Comments
 (0)