Skip to main content

UpdateStoryPayload

No description

type UpdateStoryPayload {  story: Story  clientMutationId: String!}

Fields#

story (Story)#

story is the Story that was possibly updated.

clientMutationId (String!)#

clientMutationId is required for Relay support.