OBJECT
DashboardKpiListItem
link GraphQL Schema definition
- type DashboardKpiListItem {
- # Identifier of the KPI list entry.
- : UUID!
- # Label shown for this KPI in the list.
- : String!
- # Accent color of the KPI entry, as a packed RGB integer.
- : Int
- # KPI definition rendered by this list entry.
- : DashboardKpi!
- }