We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c53901 commit 1509c96Copy full SHA for 1509c96
2 files changed
spec/Appendix B -- Grammar Summary.md
@@ -140,10 +140,12 @@ Selection :
140
- FragmentSpread
141
- InlineFragment
142
143
-Field : Alias? Name Arguments? Directives? SelectionSet?
+Field : Alias? Name Arguments? Nullability? Directives? SelectionSet?
144
145
Alias : Name :
146
147
+Nullability : (`?`|`!`)?
148
+
149
Arguments[Const] : ( Argument[?Const]+ )
150
151
Argument[Const] : Name : Value[?Const]
spec/Section 2 -- Language.md
@@ -518,7 +518,7 @@ which returns the result:
518
519
## Nullability
520
521
-Name Nullability?
522
523
Fields can have their nullability designated with either a `!` to indicate that a
524
field should be `Non-Nullable` or a `?` to indicate that a field should be
0 commit comments