OBJECT

DashboardInsightTile

link GraphQL Schema definition

  • type DashboardInsightTile {
  • # Identifier of the insight tile.
  • id: UUID!
  • # Label shown above the insight tile.
  • name: String!
  • # When true, the name is treated as a localization key and resolved to the viewer
  • # language instead of shown verbatim.
  • useLang: Boolean!
  • # Accent color of the tile, as a packed RGB integer.
  • color: Int
  • # Aggregation definition that produces the value shown on this insight tile.
  • tile: DashboardTile!
  • }