Here is the result of a graph traversal in the Arangodb Web interface. How 
can I get the list of unique edges and vertices that paint this graph? I 
have tried but can only do so with two queries, one for edges and the other 
for vertices both with the same criteria (except the edge query uses 'in 
a+1 .. b whereas the vertex query uses 'in a..b'). Both return distinct. 

Thanks in advance for your consideration. This is seemingly trivial, but I 
can't figure out the singular elegant AQL query for this question.

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/arangodb/815a9b52-1c27-4d70-86d9-110ba121fc7do%40googlegroups.com.

Reply via email to