Skip to main content

UpdateStoryModeInput

No description

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

Fields

UpdateStoryModeInput.storyID ● ID! non-null scalar

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

UpdateStoryModeInput.mode ● STORY_MODE! non-null enum

mode is the mode to set the story to.

UpdateStoryModeInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

Member Of

updateStoryMode mutation