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
  • page_info: SearchResultPageInfo
  • # The number of reviews returned
  • total_count: Int
  • # An array of reviews that match the specified search criteria
  • items: [Review]
  • # Document returned by this search query hits
  • hits: JSON
  • # Search suggest feature
  • suggest: JSON
  • # Aggregations returned when filter have been applied
  • aggregations: JSON
  • }