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