Hi! I'm creating a Graph using my Elasticsearch index and I can get my graph data using Graph Explore API. The returned data through API is the same as the documentation explains. But I'd like to know if there is any way to don't just get the vertices and relations of my fields, but get the documents related to that fields.
For example: A vértice has 20 related documents, I'd like to get those 20 documets through API.