SettingScopeInput
An input to specify the scope for a setting.
input SettingScopeInput {
id: ID
scopeType: SettingScopeType!
}
Fields
SettingScopeInput.id
● ID
scalar
An optional ID input. Depends on the type of scope if this is required.
SettingScopeInput.scopeType
● SettingScopeType!
non-null enum
Determines the type of the scope.
Member of
setting
query ● UpdateSettingInput
input