INPUT_OBJECT
SearchParams
The input type for the search query
link GraphQL Schema definition
- input SearchParams {
- # The search term
- : String
- # Optional - can be provided from a previous search to aid in performance
- : String
- # Refinements of the search results. E.g. Colour (attr & value)
- : [RefinementInput!]
- # The Folder/Category within with to search
- : String
- # The sort order for the results. E.g. price, -price etc
- : String
- }