CacheStoryInput
No description
input CacheStoryInput {
id: ID!
clientMutationId: String!
}
Fields
CacheStoryInput.id
● ID!
non-null scalar
id is the identifier of the Story whose comment and user data will be scheduled for caching in Redis.
CacheStoryInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
cacheStory
mutation