Skip to main content

RemoveStoryPayload

No description

type RemoveStoryPayload {  story: Story  clientMutationId: String!}

Fields#

story (Story)#

story is the Story that was possibly removed.

clientMutationId (String!)#

clientMutationId is required for Relay support.