UpdateStorySettings
UpdateStorySettings is the input required to update a Story's Settings.
input UpdateStorySettings {
live: LiveConfigurationInput
moderation: MODERATION_MODE
premodLinksEnable: Boolean
messageBox: StoryMessageBoxInput
}
Fields
UpdateStorySettings.live ● LiveConfigurationInput input
live provides configuration options related to live updates on this Story.
UpdateStorySettings.moderation ● MODERATION_MODE enum
moderation determines whether or not this is a PRE or POST moderated story.
UpdateStorySettings.premodLinksEnable ● Boolean scalar
premodLinksEnable will put all comments that contain links into premod.
UpdateStorySettings.messageBox ● StoryMessageBoxInput input
messageBox stores settings related to the Story Message Box.
Member Of
UpdateStorySettingsInput input