InvalidateCachedStoryPayload
No description
type InvalidateCachedStoryPayload {
story: Story
clientMutationId: String!
}
Fields
InvalidateCachedStoryPayload.story
● Story
object
story is the Story whose data cache was invalidated in Redis.
InvalidateCachedStoryPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Returned By
invalidateCachedStory
mutation