SettingsByEntity
Represents all available settings for a specific entity with their current values. Contains entity identification and an array of all available settings with their options.
type SettingsByEntity {
entityId: ID!
entityType: SettingsEntityTypeEnum!
settings: [SettingsConfig!]!
}
Fields
SettingsByEntity.entityId ● ID! non-null scalar
The ID of the entity instance
SettingsByEntity.entityType ● SettingsEntityTypeEnum! non-null enum
The type of the entity
SettingsByEntity.settings ● [SettingsConfig!]! non-null object
Array of settings with their options and current values
Returned By
settingsByEntity query