We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f392add commit 1473f78Copy full SHA for 1473f78
spec/Section 2 -- Language.md
@@ -524,7 +524,9 @@ Nullability :
524
Fields can have their nullability designated with either a `!` to indicate that a
525
field should be `Non-Nullable` or a `?` to indicate that a field should be
526
`Nullable`. These designators override the nullability set on a field by the schema
527
-for the operation where they're being used.
+for the operation where they're being used. For example, a field marked with `!` in
528
+a query will be treated identically to a field marked with `!` in the schema for the
529
+purposes of validation and execution.
530
531
In this example, we can indicate that a `user`'s `name` that could possibly be
532
`null`, should not be `null`:
0 commit comments