OBJECT

ESResponse

link GraphQL Schema definition

  • type ESResponse implements ESResponseInterface {
  • # Document returned by this search query hits
  • hits: JSON
  • # Search suggest feature
  • suggest: JSON
  • # Aggregations returned when filter have been applied
  • aggregations: JSON
  • }

link Require by

This element is not required by anyone