OBJECT
SearchResultParams
A convenience type to echo the SearchParams back in the results
link GraphQL Schema definition
- type SearchResultParams {
- # The search term used
- : String
- # the codedquery provided
- : String
- # The refinements that were provided. E.g. Colour (attr & value)
- : [Refinement!]
- # The folder/category which was searched within
- : String
- # The sort order that was used within the search request. E.g. price, -price,
- # etc.
- : String
- }