Skip to content

Commit 64c65ba

Browse files
committed
finish rebase
1 parent 6e30de3 commit 64c65ba

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/language/parser.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,22 @@ import type {
3232
InterfaceTypeDefinitionNode,
3333
InterfaceTypeExtensionNode,
3434
IntValueNode,
35+
ListNullabilityNode,
3536
ListTypeNode,
3637
ListValueNode,
3738
NamedTypeNode,
3839
NameNode,
3940
NonNullTypeNode,
41+
NullabilityDesignatorNode,
4042
NullValueNode,
4143
ObjectFieldNode,
4244
ObjectTypeDefinitionNode,
4345
ObjectTypeExtensionNode,
4446
ObjectValueNode,
4547
OperationDefinitionNode,
4648
OperationTypeDefinitionNode,
49+
OptionalDesignatorNode,
50+
RequiredDesignatorNode,
4751
ScalarTypeDefinitionNode,
4852
ScalarTypeExtensionNode,
4953
SchemaDefinitionNode,
@@ -59,12 +63,6 @@ import type {
5963
ValueNode,
6064
VariableDefinitionNode,
6165
VariableNode,
62-
EnumTypeExtensionNode,
63-
InputObjectTypeExtensionNode,
64-
NullabilityDesignatorNode,
65-
OptionalDesignatorNode,
66-
RequiredDesignatorNode,
67-
ListNullabilityNode,
6866
} from './ast';
6967
import { Location, OperationTypeNode } from './ast';
7068
import { DirectiveLocation } from './directiveLocation';

0 commit comments

Comments
 (0)