UpdateSettingInput
An input provided to the updateSetting
mutation.
For more info on settings, please see: https://docs.plain.com/advanced/settings.
input UpdateSettingInput {
code: String!
scope: SettingScopeInput!
value: SettingValueInput!
}
Fields
UpdateSettingInput.code
● String!
non-null scalar
A code for the setting.
UpdateSettingInput.scope
● SettingScopeInput!
non-null input
A valid scope for the setting code. To see what the valid scopes are for a specific setting, please see: https://docs.plain.com/advanced/settings.
UpdateSettingInput.value
● SettingValueInput!
non-null input
The setting value.
Member of
updateSetting
mutation