client
Direct the client to resolve this field locally, either from the cache or local resolvers.
directive @client(
always: Boolean
) on
| FIELD
| FRAGMENT_DEFINITION
| INLINE_FRAGMENT
Arguments
client.always ● Boolean scalar
When true, the client will never use the cache for this value. See https://www.apollographql.com/docs/react/essentials/local-state/#forcing-resolvers-with-clientalways-true