diff --git a/docs/source/client-directives.mdx b/docs/source/client-directives.mdx index 4b4e2f121..c0863af7d 100644 --- a/docs/source/client-directives.mdx +++ b/docs/source/client-directives.mdx @@ -31,8 +31,8 @@ See the documentation on [defining local cache mutations](./caching/cache-transa ### `@typePolicy(keyFields: String!)` -`directive @typePolicy(module: String!) repeatable on OBJECT | INTERFACE` +`directive @typePolicy(keyFields: String!) on OBJECT | INTERFACE` Adds a type policy to a type that can be used to resolve cache keys for objects of that type. -This directive can be used to configure how the normalized cache operates. See the documentation on [custom cache keys](./caching/cache-key-resolution) for more information. \ No newline at end of file +This directive can be used to configure how the normalized cache operates. See the documentation on [custom cache keys](./caching/cache-key-resolution) for more information.