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