Types
UpdateSettingInput
An input provided to the updateSetting mutation.
input
UpdateSettingInputFields
code
String!
required
A code for the setting.
scope
required
A valid scope for the setting code.
value
required
The setting value.

