0
votes

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

1
Did the answer fullfill your needs? If not, whats missing? If, can you mark it accepted?dothebart

1 Answers

1
votes

You're able to retrieve the full vertices documents by specifying the includeVertices option (see https://docs.arangodb.com/Aql/GraphFunctions.html for more details)