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 entire organization
  • ORG
  • # dashboard is visible to specific project
  • PROJECT
  • # Dashboard is visible to user who created it
  • USER
  • }