Skip to content

Commit e99db4c

Browse files
committed
remove ? from grammar spec
1 parent 155e09a commit e99db4c

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
@@ -160,7 +160,7 @@ Field : Alias? Name Arguments? Nullability? Directives? SelectionSet?
160160

161161
Alias : Name :
162162

163-
Nullability : (`?`|`!`)?
163+
Nullability : (`?`|`!`)
164164

165165
Arguments[Const] : ( Argument[?Const]+ )
166166

spec/Section 2 -- Language.md

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

518518
## Nullability
519519

520-
Nullability : (`?`|`!`)?
520+
Nullability : (`?`|`!`)
521521

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

0 commit comments

Comments
 (0)