Skip to content

Commit 7ee03c1

Browse files
authored
align schema coordinates comments (#4585)
1 parent bcf6115 commit 7ee03c1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/language/ast.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ export const QueryDocumentKeys: {
301301
EnumTypeExtension: ['name', 'directives', 'values'],
302302
InputObjectTypeExtension: ['name', 'directives', 'fields'],
303303

304-
// Schema Coordinates
305304
TypeCoordinate: ['name'],
306305
MemberCoordinate: ['name', 'memberName'],
307306
ArgumentCoordinate: ['name', 'fieldName', 'argumentName'],

src/language/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@ export class Parser {
14911491
throw this.unexpected(start);
14921492
}
14931493

1494-
// Schema Coordinates
1494+
// Implements the parsing rules in the Schema Coordinates section.
14951495

14961496
/**
14971497
* SchemaCoordinate :

0 commit comments

Comments
 (0)