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 @@ -140,10 +140,12 @@ Selection :
140
140
- FragmentSpread
141
141
- InlineFragment
142
142
143
- Field : Alias? Name Arguments? Directives? SelectionSet?
143
+ Field : Alias? Name Arguments? Nullability? Directives? SelectionSet?
144
144
145
145
Alias : Name :
146
146
147
+ Nullability : (` ? ` |` ! ` )?
148
+
147
149
Arguments[ Const] : ( Argument[ ?Const] + )
148
150
149
151
Argument[ Const] : Name : Value[ ?Const]
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ which returns the result:
518
518
519
519
## Nullability
520
520
521
- Name Nullability?
521
+ Nullability : ( ` ? ` | ` ! ` ) ?
522
522
523
523
Fields can have their nullability designated with either a ` ! ` to indicate that a
524
524
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