Skip to content

Commit 80a5f37

Browse files
committed
remove ? from grammar spec
1 parent 8150295 commit 80a5f37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/Appendix B -- Grammar Summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Field : Alias? Name Arguments? Nullability? Directives? SelectionSet?
144144

145145
Alias : Name :
146146

147-
Nullability : (`?`|`!`)?
147+
Nullability : (`?`|`!`)
148148

149149
Arguments[Const] : ( Argument[?Const]+ )
150150

spec/Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ which returns the result:
518518

519519
## Nullability
520520

521-
Nullability : (`?`|`!`)?
521+
Nullability : (`?`|`!`)
522522

523523
Fields can have their nullability designated with either a `!` to indicate that a
524524
field should be `Non-Nullable` or a `?` to indicate that a field should be

0 commit comments

Comments
 (0)