OBJECT

DashboardSchema

link GraphQL Schema definition

  • type DashboardSchema {
  • # Ordered list of dashboard tabs making up the layout, one per record type.
  • structure: [DashboardTabItem!]!
  • }