If I looked to documentation

https://docs.arangodb.com/3.0/AQL/Graphs/Traversals.html

there should be something like this 

Traversals on graphs:
 Id   Depth   Vertex collections   Edge collections   Filter conditions
  2   1..3    circles              edges              `Path`.`edges`[0] -> 
v.`label` == "right_foo"

But in my explain it's not:

Traversals on graphs:
 Id   Depth      Vertex collections   Edge collections   Filter conditions
  5   1..10000   vDevice              eLink              

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to