Skip to main content

SettingsConfig

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

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

Fields

SettingsConfig.key ● String! non-null scalar

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

SettingsConfig.keyDescription ● String scalar

A detailed description of this setting key

SettingsConfig.keyTitle ● String scalar

A human-readable title for this setting key

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

Array of options available for this setting

Member Of

SettingsByEntity object