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, eg. Colour (attr & value)
- : [RefinementInput!]
- # The Folder/Category within which to search. If not supplied then everywhere
- # will be searched
- : String
- # The sort order for the results. eg; price, -price etc
- : String
- }