CacheStoryPayload
No description
type CacheStoryPayload {
story: Story
clientMutationId: String!
}
Fields
CacheStoryPayload.story ● Story object
story is the Story that was scheduled for caching in Redis.
CacheStoryPayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Returned By
cacheStory mutation