InvalidateCachedStoryInput
No description
input InvalidateCachedStoryInput {
id: ID!
clientMutationId: String!
}
Fields
InvalidateCachedStoryInput.id
● ID!
non-null scalar
id is the identifier of the Story whose data cache will be invalidated in Redis.
InvalidateCachedStoryInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
invalidateCachedStory
mutation