Skip to main content

CacheStoryPayload

No description

type CacheStoryPayload {  story: Story  clientMutationId: String!}

Fields#

story (Story)#

story is the Story that was scheduled for caching in Redis.

clientMutationId (String!)#

clientMutationId is required for Relay support.