File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -156,10 +156,12 @@ Selection :
156156- FragmentSpread
157157- InlineFragment
158158
159- Field : Alias? Name Arguments? Directives? SelectionSet?
159+ Field : Alias? Name Arguments? Nullability? Directives? SelectionSet?
160160
161161Alias : Name :
162162
163+ Nullability : (` ? ` |` ! ` )?
164+
163165Arguments[ Const] : ( Argument[ ?Const] + )
164166
165167Argument[ Const] : Name : Value[ ?Const]
Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ which returns the result:
517517
518518## Nullability
519519
520- Name Nullability?
520+ Nullability : ( ` ? ` | ` ! ` ) ?
521521
522522Fields can have their nullability designated with either a ` ! ` to indicate that a
523523field should be ` Non-Nullable ` or a ` ? ` to indicate that a field should be
You can’t perform that action at this time.
0 commit comments