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