ENUM
DashboardVisibility
Visibility of a dashboard, this can either be USER for dashboards visible to users or ORGANIZATION if a dashboard is visible to all users in an organization
link GraphQL Schema definition
- enum DashboardVisibility {
- # Dashboard is visible to user who created it
- # dashboard is visible to entire organization
- # dashboard is visible to specific project
- }