OBJECT

Refinement

A more advanced way to search for products with more options.

link GraphQL Schema definition

  • type Refinement {
  • # Attribute name to filter by
  • name: String!
  • # Informational for now. It may be possible to feed it back in later, if not
  • # using full codedquery
  • encoded: String!
  • # ... Or a list of them. (The list may contain one value.)
  • #
  • # Only value or values may be added, not both. (values would be ignored.)
  • values: [String!]
  • upper: Int
  • lower: Int
  • # True to invert the logic of the filter
  • inverted: Boolean
  • }