File tree Expand file tree Collapse file tree
packages/plugins/typescript/operations/src Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments