OBJECT
SearchResult
The return type for the search query
link GraphQL Schema definition
- type SearchResult {
- # Convenience - echo the search params to the user
- : SearchResultParams!
- # Suggested sort options (site-specific), an inexaustive list, matching those
- # displayed to user
- : [SortSpec]
- # Return the common root folder for returned products.
- : Folder
- # Return a list of folders (groups) under which there are matching products along
- # with product count and refinement options
- : [SearchResultGroup!]
- # List of products returned by the search
- : [Product!]
- }