OBJECT
SearchResultGroup
Grouping search results by folder with refinement details
link GraphQL Schema definition
- type SearchResultGroup {
- # The name/path of the group
- : String!
- # The number of items within the group
- : Int
- # Any suggested refinements to narrow down the search results
- : [SuggestedRefinement]
- }