Skip to main content

InvalidateCachedStoryInput

No description

type InvalidateCachedStoryInput {  id: ID!  clientMutationId: String!}

Fields#

id (ID!)#

id is the identifier of the Story whose data cache will be invalidated in Redis.

clientMutationId (String!)#

clientMutationId is required for Relay support.