INPUT_OBJECT
RefinementInput
A more advanced way to search for products with more options.
link GraphQL Schema definition
- input RefinementInput {
- # attribute name to filter by
- : String!
- # Enter either a single filter value. E.g. y, true, for a boolean filter
- : 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
- }