OBJECT

DashboardAgendaFilter

link GraphQL Schema definition

  • type DashboardAgendaFilter {
  • isEnabled: Boolean!
  • # List of owner ids, that should be filtered, if NULL filter is not applied. On
  • # empty list, selects no record.
  • filterByOwnerIds: [ID!]
  • # List of unit ids to include. If NULL filter is not applied. On empty list,
  • # selects no record.
  • filterByUnitIds: [ID!]
  • }