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. E.g. Colour (attr & value)
  • refinements: [RefinementInput!]
  • # The Folder/Category within with to search
  • folder: String
  • # The sort order for the results. E.g. price, -price etc
  • sort: String
  • }