Skip to main content

CreateStoryInput

No description

type CreateStoryInput {  story: CreateStory!  clientMutationId: String!}

Fields#

story (CreateStory!)#

story is the Story input needed to create a Story.

clientMutationId (String!)#

clientMutationId is required for Relay support.