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 user
- # Dashboard is default dashboard for the organization
- # Dashboard is default dashboard for the project
- }