ENUM

DashboardDefaultType

Default configuration of the dashboard. This can either be either USER_DEFAULT or ORG_DEFAULT

link GraphQL Schema definition

  • enum DashboardDefaultType {
  • # Dashboard is default dashboard for the organization
  • ORG_DEFAULT
  • # Dashboard is default dashboard for the project
  • PROJECT_DEFAULT
  • # Dashboard is default dashboard for the user
  • USER_DEFAULT
  • }