Types
DeleteSettingOutput
An output type provided by the deleteSetting mutation.
Returns the deleted setting (or null if it did not exist) or an error.
object
DeleteSettingOutputFields
previousSetting
The setting that was removed. Null when no stored value existed at the given scope.
error

