OBJECT

FilterSet

Filter Set

link GraphQL Schema definition

  • type FilterSet {
  • # Groups of filters on which operand is performed
  • filterGroups: [FilterGroup!]!
  • # The type of logical operation you wish to perform
  • operand: FilterOperand!
  • # Current results page
  • page: Int!
  • }