Skip to content

Commit c5b76d3

Browse files
committed
linting
1 parent 4bd379e commit c5b76d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/language/parser.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import type {
2020
EnumTypeExtensionNode,
2121
EnumValueDefinitionNode,
2222
EnumValueNode,
23+
ErrorBoundaryNode,
2324
FieldDefinitionNode,
2425
FieldNode,
2526
FloatValueNode,
@@ -37,6 +38,7 @@ import type {
3738
ListValueNode,
3839
NamedTypeNode,
3940
NameNode,
41+
NonNullAssertionNode,
4042
NonNullTypeNode,
4143
NullabilityModifierNode,
4244
NullValueNode,
@@ -46,8 +48,6 @@ import type {
4648
ObjectValueNode,
4749
OperationDefinitionNode,
4850
OperationTypeDefinitionNode,
49-
ErrorBoundaryNode,
50-
NonNullAssertionNode,
5151
ScalarTypeDefinitionNode,
5252
ScalarTypeExtensionNode,
5353
SchemaDefinitionNode,

0 commit comments

Comments
 (0)