Skip to main content

InvalidateCachedStoryPayload

No description

type InvalidateCachedStoryPayload {  story: Story  clientMutationId: String!}

Fields#

story (Story)#

story is the Story whose data cache was invalidated in Redis.

clientMutationId (String!)#

clientMutationId is required for Relay support.