How can I traverse a graph getting the complete vertex related documents?
I don't want only the vertex related IDs from a start ID, but also the complete document (all fields) from all IDs related with the start node ID.
Today I get the vertex and query all the related vertex one by one, because I need all document fields from the related vertexes.
Thanks. Ralf