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 :
140140 - FragmentSpread
141141 - InlineFragment
142142
143- Field : Alias? Name Arguments? Directives? SelectionSet?
143+ Field : Alias? Name Arguments? Nullability? Directives? SelectionSet?
144144
145145Alias : Name :
146146
147+ Nullability : (` ? ` |` ! ` )?
148+
147149Arguments[ Const] : ( Argument[ ?Const] + )
148150
149151Argument[ Const] : Name : Value[ ?Const]
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ which returns the result:
518518
519519## Nullability
520520
521- Name Nullability?
521+ Nullability : ( ` ? ` | ` ! ` ) ?
522522
523523Fields can have their nullability designated with either a ` ! ` to indicate that a
524524field 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