Skip to content

Commit f150158

Browse files
authored
Add link to graphql-toe
1 parent ebab71a commit f150158

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
@@ -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
*

0 commit comments

Comments
 (0)