Skip to main content

SettingsConfig

Represents a complete setting configuration with all its available options and current values.

type SettingsConfig {
key: String!
options: [SettingsOption!]!
}

Fields

SettingsConfig.key ● String! non-null scalar

The key of this setting (e.g., 'order_processing')

SettingsConfig.options ● [SettingsOption!]! non-null object

Array of options available for this setting

Member Of

SettingsByEntity object