UpdateStoryModePayload
No description
type UpdateStoryModePayload {
clientMutationId: String!
story: Story!
}
Fields
UpdateStoryModePayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
UpdateStoryModePayload.story
● Story!
non-null object
story is the resultant story that Q&A was enabled on.
Returned By
updateStoryMode
mutation