OBJECT
Categories
The Categories object is the top-level object returned in a category search
link GraphQL Schema definition
- type Categories implements ESResponseInterface {
- # An array of categories that match the specified search criteria
- Category] : [
- # An object that includes the page_info and currentPage values specified in the
- # query
- SearchResultPageInfo :
- # The number of categories returned
- Int :
- # Document returned by this search query hits
- JSON :
- # Search suggest feature
- JSON :
- # Aggregations returned when filter have been applied
- JSON :
- }