INPUT_OBJECT

FilterAttributes

link GraphQL Schema definition

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