1
0
Fork 0
arangodb/Documentation/Examples.Durham/shell-edge-out-edges

14 lines
249 B
Plaintext

arango> db.relation.outEdges("86294/1528086");
[
{
"_id" : "1659158/3100950",
"_rev" : 3100950,
"_from" : "86294/1528086",
"_to" : "86294/1593622",
"label" :
"knows"
}
]
arango> db.relation.outEdges("86294/1593622");
[ ]