Skip to main content

UpdateStorySettingsInput

No description

input UpdateStorySettingsInput {
id: ID!
settings: UpdateStorySettings!
clientMutationId: String!
}

Fields

UpdateStorySettingsInput.id ● ID! non-null scalar

id is the identifier of the Story used either when the Story was created via the API or from Coral when it was lazily created.

UpdateStorySettingsInput.settings ● UpdateStorySettings! non-null input

settings contains the fields on the story settings that should be updated. Any fields not specified will not be changed.

UpdateStorySettingsInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

Member Of

updateStorySettings mutation