OBJECT

DashboardKpiListItem

link GraphQL Schema definition

  • type DashboardKpiListItem {
  • # Identifier of the KPI list entry.
  • id: UUID!
  • # Label shown for this KPI in the list.
  • name: String!
  • # Accent color of the KPI entry, as a packed RGB integer.
  • color: Int
  • # KPI definition rendered by this list entry.
  • kpi: DashboardKpi!
  • }