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 @@ -298,7 +298,7 @@ export interface TypeScriptDocumentsPluginConfig extends RawDocumentsConfig {
298298 * @exampleMarkdown
299299 * ## `errorHandlingClient`
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.
301- * The client may do so by throwing when an errored field is accessed (as is the case for `graphql-toe`),
301+ * The client may do so by throwing when an errored field is accessed (as is the case for [ `graphql-toe`](https://github.com/graphile/graphql-toe) ),
302302 * or when a fragment containing an error is read (as is the case for Relay's `@throwOnFieldError` directive),
303303 * or by preventing any data from being read if an error occurred (as with Apollo Client's `errorPolicy: "none"`).
304304 *
You can’t perform that action at this time.
0 commit comments