OBJECT
FilterSet
Filter Set
link GraphQL Schema definition
- type FilterSet {
- # Groups of filters on which operand is performed
- : [FilterGroup!]!
- # The type of logical operation you wish to perform
- : FilterOperand!
- # Current results page
- : Int!
- }