1
0
Fork 0
arangodb/Documentation/Examples/shell-edge-edges

12 lines
225 B
Plaintext

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