Skip to content

Commit

Permalink
exposes GraphQLESTreeNode type
Browse files Browse the repository at this point in the history
Adresses #2399
  • Loading branch information
comatory committed Jun 25, 2024
1 parent ff48fce commit dac003d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { SiblingOperations } from './siblings.js';

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

export interface ParserOptions {
graphQLConfig?: IGraphQLConfig;
Expand Down

0 comments on commit dac003d

Please sign in to comment.