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.
- : Boolean!
- # Identifiers of record owners the dashboard is restricted to. An empty list
- # selects no records.
- : [ID!]!
- # Identifiers of units the dashboard is restricted to. An empty list selects no
- # records.
- : [ID!]!
- }