INPUT_OBJECT

SearchParams

The input type for the search query

link GraphQL Schema definition

  • input SearchParams {
  • # The search term
  • keywords: String
  • # Optional - can be provided from a previous search to aid in performance
  • codedQuery: String
  • # Refinements of the search results, eg. Colour (attr & value)
  • refinements: [RefinementInput!]
  • # The Folder/Category within which to search. If not supplied then everywhere
  • # will be searched
  • folder: String
  • # The sort order for the results. eg; price, -price etc
  • sort: String
  • }