OBJECT
Refinement
A more advanced way to search for products with more options.
link GraphQL Schema definition
- type Refinement {
- # Attribute name to filter by
- : String!
- # Informational for now. It may be possible to feed it back in later, if not
- # using full codedquery
- : 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.)
- : [String!]
- : Int
- : Int
- # True to invert the logic of the filter
- : Boolean
- }