1
0
Fork 0
arangodb/Documentation/Examples/generalGraphFluentAQLVertic...

6 lines
357 B
Plaintext

arangosh> var examples = require("org/arangodb/graph-examples/example-graph.js");
arangosh> var graph = examples.loadGraph("social");
arangosh> var query = graph._edges({type: "married"});
arangosh> query.vertices([{name: "Alice"}, {name: "Charly"}]).toArray();
[ArangoError 1503: TypeError: Cannot read property 'hasOwnProperty' of null (while executing)]