Skip to content

Commit 20e079f

Browse files
committed
minor formatting changes
1 parent b14e553 commit 20e079f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

spec/Appendix C -- Grammar Summary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ Directives[Const]?
320320

321321
FieldExtension :
322322

323-
- extend field MemberCoordinate Directives[const]?
324-
- extend field description MemberCoordinate
323+
- extend field MemberCoordinate Directives[Const]
324+
- extend field Description MemberCoordinate
325325

326326
ArgumentsDefinition : ( InputValueDefinition+ )
327327

@@ -333,7 +333,7 @@ InterfaceTypeDefinition :
333333
FieldsDefinition
334334
- Description? interface Name ImplementsInterfaces? Directives[Const]?
335335
[lookahead != `{`]
336-
336+
337337
InterfaceTypeExtension :
338338

339339
- extend interface Name ImplementsInterfaces? Directives[Const]?

spec/Section 3 -- Type System.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,8 +1109,8 @@ Object type extensions have the potential to be invalid if incorrectly defined.
11091109

11101110
FieldExtension :
11111111

1112-
- extend field MemberCoordinate Directives[const]?
1113-
- extend field description MemberCoordinate
1112+
- extend field MemberCoordinate Directives[Const]
1113+
- extend field Description MemberCoordinate
11141114

11151115
Field extensions are used to represent a field which has been extended from some
11161116
previously defined field. For example this may be a GraphQL service which is
@@ -1126,7 +1126,8 @@ extend field User.name @deprecated(”Some reason”)
11261126

11271127
Field 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.
11301131
2. Any non-repeatable directives provided must not already apply to the previous
11311132
field.
11321133

0 commit comments

Comments
 (0)