UpdateStorySettingsInput
No description
type UpdateStorySettingsInput { id: ID! settings: UpdateStorySettings! clientMutationId: String!}
#
Fieldsid
(ID!
)#
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.
settings
(UpdateStorySettings!
)#
settings contains the fields on the story settings that should be updated. Any fields not specified will not be changed.
clientMutationId
(String!
)#
clientMutationId is required for Relay support.