Skip to content

Commit

Permalink
Update exchanges/graphcache/src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Pluckthun <phil@kitten.sh>
  • Loading branch information
JoviDeCroock and kitten authored Jul 19, 2023
1 parent 89e4f8f commit e70e5d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exchanges/graphcache/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,8 +558,7 @@ export type CacheExchangeOpts = {
/** Configures directives which can perform custom logic on fields.
*
* @remarks
* `directives` is a map of a directive-name to a function which will be executed
* when graphcache encounters this directive.
* A {@link DirectivesConfig} may be passed to allow local directives to be used. For example, when `@_custom` is placed on a field and the configuration contains `custom` then this directive is executed by Graphcache.
*
* @see {@link https://urql.dev/goto/docs/graphcache/local-directives} for the full directives docs.
*/
Expand Down

0 comments on commit e70e5d8

Please sign in to comment.