connection
Specify a custom store key for this result. See https://www.apollographql.com/docs/react/advanced/caching/#the-connection-directive
directive @connection(
key: String!
filter: [String!]
) on FIELD
Arguments
connection.key ● String! non-null scalar
Specify the store key.
connection.filter ● [String!] list scalar
An array of query argument names to include in the generated custom store key.