Skip to content

Commit b855d11

Browse files
twofbenjie
andauthored
Update src/pages/blog/2024-08-14-semantic-nullability-for-application-developers.mdx
Co-authored-by: Benjie <[email protected]>
1 parent 8df6b27 commit b855d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/2024-08-14-semantic-nullability-for-application-developers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const client = new ApolloClient({
8282
});
8383
```
8484

85-
Semantic Nullability gives clients and GraphQL tools more flexibility in how they respond to errors. Some may want to recreate the existing destructive behavior of GraphQL or do something specific to their domain like Relay's use of React error boundaries.
85+
Semantic Nullability gives clients and GraphQL tools more flexibility in how they respond to errors. Some may want to recreate the existing destructive behavior of GraphQL’s null bubbling, others may want to leverage their language’s native error handling mechanics, or even do something specific to their domain like Relay's use of React error boundaries.
8686

8787
Because your client can decide how it handles errors, it will also be responsible for providing a modified version of the schema. For example, if the client raises an exception when an errored field is read, it can mark all "semantically non-null" fields as non-nullable in the schema provided to you as a frontend developer.
8888

0 commit comments

Comments
 (0)