Skip to content

Commit

Permalink
fix master (#2444)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina authored Jul 29, 2024
1 parent 5cb2d8f commit 76aeed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +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 type { GraphQLESTreeNode } from './estree-converter/types.js';

export interface ParserOptions {
graphQLConfig?: IGraphQLConfig;
Expand Down

0 comments on commit 76aeed0

Please sign in to comment.