Skip to main content

CreateStoryPayload

No description

type CreateStoryPayload {  story: Story  clientMutationId: String!}

Fields#

story (Story)#

story is the Story that was possibly created.

clientMutationId (String!)#

clientMutationId is required for Relay support.