Setting
Represents information about a status.
type Setting {
name: String
value: String
instance: SettingInstance
}
Fields
Setting.name
● String
scalar
The name of the setting.
Setting.value
● String
scalar
The value of the setting.
Setting.instance
● SettingInstance
object
The instance of the setting.
Returned By
saveSetting
mutation ● setting
query