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