Please activate JavaScript!
Please install Adobe Flash Player, click here for download

AvocadoDB Query Language - Jan Steemann

© 2012 triAGENS GmbH | 2012-04-04 54 Graph queries  To traverse the graph, the PATHS function can be used  It traverses a graph's edges defined in an edge collection and produces a list of paths found  Each path object will have the following properties:  _from id of vertex the path started at  _to id of vertex the path ended with  _edges edges visited along the path  _vertices vertices visited along the path