File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -320,8 +320,8 @@ Directives[Const]?
320320
321321FieldExtension :
322322
323- - extend field MemberCoordinate Directives[ const ] ?
324- - extend field description MemberCoordinate
323+ - extend field MemberCoordinate Directives[ Const ]
324+ - extend field Description MemberCoordinate
325325
326326ArgumentsDefinition : ( InputValueDefinition+ )
327327
@@ -333,7 +333,7 @@ InterfaceTypeDefinition :
333333 FieldsDefinition
334334- Description? interface Name ImplementsInterfaces? Directives[ Const] ?
335335 [ lookahead != ` { ` ]
336-
336+
337337InterfaceTypeExtension :
338338
339339- extend interface Name ImplementsInterfaces? Directives[ Const] ?
Original file line number Diff line number Diff line change @@ -1109,8 +1109,8 @@ Object type extensions have the potential to be invalid if incorrectly defined.
11091109
11101110FieldExtension :
11111111
1112- - extend field MemberCoordinate Directives [const ]?
1113- - extend field description MemberCoordinate
1112+ - extend field MemberCoordinate Directives [Const ]
1113+ - extend field Description MemberCoordinate
11141114
11151115Field extensions are used to represent a field which has been extended from some
11161116previously defined field . For example this may be a GraphQL service which is
@@ -1126,7 +1126,8 @@ extend field User.name @deprecated(”Some reason”)
11261126
11271127Field validation have the potential to be invalid if incorrectly defined .
11281128
1129- 1. MemberCoordinate must be resolved to an existing field on a object or interface type .
1129+ 1. MemberCoordinate must be resolved to an existing field on a object or
1130+ interface type .
113011312. Any non -repeatable directives provided must not already apply to the previous
11311132 field .
11321133
You can’t perform that action at this time.
0 commit comments