UpdateStoryModeInput
No description
type UpdateStoryModeInput { storyID: ID! mode: STORY_MODE! clientMutationId: String!}
#
FieldsstoryID
(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.