mirror of https://gitee.com/bigwinds/arangodb
added link to graph collection
This commit is contained in:
parent
e952b28aab
commit
14226be22a
|
@ -599,6 +599,7 @@ function Graph (name, vertices, edges, waitForSync) {
|
|||
this._properties = graphProperties;
|
||||
|
||||
// and store the collections
|
||||
this._gdb = gdb;
|
||||
this._vertices = vertices;
|
||||
this._edges = edges;
|
||||
|
||||
|
|
Loading…
Reference in New Issue