INPUT_OBJECT

DashboardFilter

Input filter parameters for filtering dashboards. If multiple filter objects are specified they are treated as an and.

link GraphQL Schema definition

  • input DashboardFilter {
  • # filter dashboard by category(s)
  • category: [String!]
  • dashboardId: [ID!]
  • }