OBJECT

Filter

Filter Type

link GraphQL Schema definition

  • type Filter {
  • # The value to be displayed
  • displayValue: String
  • # The filter strategy to apply
  • strategy: String!
  • # The filter to be applied
  • type: String!
  • # The value of the filter
  • value: String
  • }