Hi Scott,

what you can do is to wrap the traversal in another for loop, for example:

FOR start_vertex IN start_vertices
    FOR v, e, p IN OUTBOUND start_vertex edge_coll1, edge_coll2, ...

The GRAPH_* functions that supported multiple start vertices did 
essentially the same (wrap a traversal function that supports only a single 
start vertex with a loop).

There was a related question, but I can't find it right now. I'll post the 
example of the given answer when I find it.

-- 
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