Skip to main content

UpdateStoryModeInput

No description

type UpdateStoryModeInput {  storyID: ID!  mode: STORY_MODE!  clientMutationId: String!}

Fields#

storyID (ID!)#

storyID is the story id to enable Q&A on.

mode (STORY_MODE!)#

mode is the mode to set the story to.

clientMutationId (String!)#

clientMutationId is required for Relay support.