1
0
Fork 0
arangodb/Documentation/Examples/generalGraphCreateGraph2.ge...

6 lines
300 B
Plaintext

arangosh> var graph_module = require("org/arangodb/general-graph");
arangosh> graph = graph_module._create("myGraph",
........> [graph_module._relation("myRelation", ["male", "female"])], ["sessions"]);
[ArangoError 1935: Invalid number of arguments. Expected: 3]
[ArangoError 1924: graph not found]