SettingValueInput
An input "union" where exactly one field may be be provided as an input. Current API only supports booleans but as the API expands more optional fields will be added.
input SettingValueInput {
boolean: Boolean
}
Fields
SettingValueInput.boolean
● Boolean
scalar
If the setting is a boolean value then this field should be set.
Member of
UpdateSettingInput
input