OBJECT

NavigatorProfileFilterTab

link GraphQL Schema definition

  • type NavigatorProfileFilterTab implements ProfileFilterBaseInterface {
  • # Whether the owner and unit filters are applied. When false, the filter is
  • # ignored.
  • isEnabled: Boolean!
  • # Owner id, that should be filtered, if NULL filter is not applied.
  • filterByOwnerId: ID
  • # List of unit ids to include. If NULL filter is not applied. On empty list,
  • # selects no record.
  • filterByUnitIds: [ID!]
  • }

link Require by

This element is not required by anyone