Skip to content

Commit ebab71a

Browse files
benjieeddeee888
andauthored
Update packages/plugins/typescript/operations/src/config.ts
Co-authored-by: Eddy Nguyen <[email protected]>
1 parent 0510d81 commit ebab71a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/plugins/typescript/operations/src

packages/plugins/typescript/operations/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ export interface TypeScriptDocumentsPluginConfig extends RawDocumentsConfig {
300300
* An error handling client is a client which prevents the user from reading a `null` used as a placeholder for an error in a GraphQL response.
301301
* The client may do so by throwing when an errored field is accessed (as is the case for `graphql-toe`),
302302
* or when a fragment containing an error is read (as is the case for Relay's `@throwOnFieldError` directive),
303-
* or by preventing any data from being read if an error occurred (as with Apollo's `errorPolicy: "none"`).
303+
* or by preventing any data from being read if an error occurred (as with Apollo Client's `errorPolicy: "none"`).
304304
*
305305
* When using error handling clients, a semantic non-nullable field can never be `null`.
306306
* If a semantic non-nullable field's value in the response is `null`, there must be a respective error.

0 commit comments

Comments
 (0)