OBJECT
NavigatorProfileFilterTab
link GraphQL Schema definition
- type NavigatorProfileFilterTab implements ProfileFilterBaseInterface {
- # Whether the owner and unit filters are applied. When false, the filter is
- # ignored.
- : Boolean!
- # Owner id, that should be filtered, if NULL filter is not applied.
- : ID
- # List of unit ids to include. If NULL filter is not applied. On empty list,
- # selects no record.
- : [ID!]
- }
link Require by
This element is not required by anyone