OBJECT
Reviews
Product reviews - collection; revierws related to specific products
link GraphQL Schema definition
- type Reviews implements ESResponseInterface {
- # An object that includes the page_info and currentPage values specified in the
- # query
- : SearchResultPageInfo
- # The number of reviews returned
- : Int
- # An array of reviews that match the specified search criteria
- : [Review]
- # Document returned by this search query hits
- : JSON
- # Search suggest feature
- : JSON
- # Aggregations returned when filter have been applied
- : JSON
- }