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