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 common
The ID of the entity instance
SettingsByEntity.entityType ● SettingsEntityTypeEnum! non-null enum common
The type of the entity
SettingsByEntity.settings ● [SettingsConfig!]! non-null object common
Array of settings with their options and current values
Returned By
settingsByEntity query