Schema Documentation

UpdateSettingsPayload

Description

The payload for the updateSettings mutation.

Fields
Field NameDescription
allSettings - Settings Update all settings.
clientMutationId - String If a 'clientMutationId' input is provided to the mutation, it will be returned as output on the mutation. This ID can be used by the client to track the progress of mutations and catch possible duplicate mutation submissions.
discussionSettings - DiscussionSettings Update the DiscussionSettings setting.
generalSettings - GeneralSettings Update the GeneralSettings setting.
optmlSettingsSettings - OptmlSettingsSettings Update the OptmlSettingsSettings setting.
readingSettings - ReadingSettings Update the ReadingSettings setting.
writingSettings - WritingSettings Update the WritingSettings setting.
Example
{"allSettings":Settings,"clientMutationId":"abc123","discussionSettings":DiscussionSettings,"generalSettings":GeneralSettings,"optmlSettingsSettings":OptmlSettingsSettings,"readingSettings":ReadingSettings,"writingSettings":WritingSettings}