SaveSettingInput
Provides the fields and values to use when saving a setting.
input SaveSettingInput {
name: String!
value: Mixed
encrypt: Boolean
instance: SettingInstanceInput
}
Fields
SaveSettingInput.name ● String! non-null scalar
The name of the setting.
SaveSettingInput.value ● Mixed scalar
The value of the setting.
SaveSettingInput.encrypt ● Boolean scalar
Whether the value should be encrypted.
SaveSettingInput.instance ● SettingInstanceInput input
The instance of the setting.
Member Of
saveSetting mutation