OBJECT

DashboardFilter

link GraphQL Schema definition

  • type DashboardFilter implements ProfileFilterBaseInterface {
  • # Whether the dashboard-level filter is applied. When false, the owner and unit
  • # filters are ignored.
  • isEnabled: Boolean!
  • # Identifiers of record owners the dashboard is restricted to. An empty list
  • # selects no records.
  • ownerIds: [ID!]!
  • # Identifiers of units the dashboard is restricted to. An empty list selects no
  • # records.
  • unitIds: [ID!]!
  • }