OBJECT

BetterDashboardSchema

link GraphQL Schema definition

  • type BetterDashboardSchema {
  • # Ordered list of items (tiles) laid out on the dashboard.
  • items: [DashboardItem!]!
  • # Dashboard-wide owner and unit filter applied to every item.
  • filter: DashboardFilter!
  • # Dashboard-wide ownership visibility scope applied to every item.
  • role: DashboardRole!
  • }