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 4743051 commit f392addCopy full SHA for f392add
spec/Section 2 -- Language.md
@@ -569,9 +569,9 @@ in the schema:
569
}
570
```
571
572
-If `user` was `Non-Nullable` in the schema, but we don't want `null`s bubbling past
573
-that point, then we can use `?` as an error boundary. `User` will be treated as
574
-`Nullable` for this operation:
+If `user` was `Non-Nullable` in the schema, but we don't want `null`s propagating
+past that point, then we can use `?` to create an error boundary. `User` will be
+treated as `Nullable` for this operation:
575
576
```graphql example
577
{
0 commit comments