1
0
Fork 0
arangodb/Documentation/Examples/graph26

5 lines
148 B
Plaintext

arango> var Graph = require("graph").Graph;
arango> g2 = new Graph("graph", "vertices", "alternativeEdges");
Graph("vertices", "alternativeEdges")