File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -194,6 +194,7 @@ export {
194
194
Token ,
195
195
Source ,
196
196
Location ,
197
+ OperationTypeNode ,
197
198
getLocation ,
198
199
/** Print source location */
199
200
printLocation ,
@@ -248,7 +249,6 @@ export type {
248
249
DefinitionNode ,
249
250
ExecutableDefinitionNode ,
250
251
OperationDefinitionNode ,
251
- OperationTypeNode ,
252
252
VariableDefinitionNode ,
253
253
VariableNode ,
254
254
SelectionSetNode ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export {
27
27
} from './visitor' ;
28
28
export type { ASTVisitor , ASTVisitFn , ASTVisitorKeyMap } from './visitor' ;
29
29
30
- export { Location , Token } from './ast' ;
30
+ export { Location , Token , OperationTypeNode } from './ast' ;
31
31
export type {
32
32
ASTNode ,
33
33
ASTKindToNode ,
@@ -37,7 +37,6 @@ export type {
37
37
DefinitionNode ,
38
38
ExecutableDefinitionNode ,
39
39
OperationDefinitionNode ,
40
- OperationTypeNode ,
41
40
VariableDefinitionNode ,
42
41
VariableNode ,
43
42
SelectionSetNode ,
You can’t perform that action at this time.
0 commit comments