OpenStoryPayload
No description
type OpenStoryPayload {
story: Story
clientMutationId: String!
}
Fields
OpenStoryPayload.story
● Story
object
story is the Story that was possibly updated.
OpenStoryPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Returned By
openStory
mutation