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 :
156
156
- FragmentSpread
157
157
- InlineFragment
158
158
159
- Field : Alias? Name Arguments? Directives? SelectionSet?
159
+ Field : Alias? Name Arguments? Nullability? Directives? SelectionSet?
160
160
161
161
Alias : Name :
162
162
163
+ Nullability : (` ? ` |` ! ` )?
164
+
163
165
Arguments[ Const] : ( Argument[ ?Const] + )
164
166
165
167
Argument[ Const] : Name : Value[ ?Const]
Original file line number Diff line number Diff line change @@ -517,7 +517,7 @@ which returns the result:
517
517
518
518
## Nullability
519
519
520
- Name Nullability?
520
+ Nullability : ( ` ? ` | ` ! ` ) ?
521
521
522
522
Fields can have their nullability designated with either a ` ! ` to indicate that a
523
523
field 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