OBJECT

Refinement

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!
  • values: [String!]
  • upper: Int
  • lower: Int
  • # true to invert the logic of the filter. E.g. Filter out results based on an
  • # attribute name
  • inverted: Boolean
  • }