1
0
Fork 0
arangodb/Documentation/Examples/graph-vertex-add-out-edge2

3 lines
47 B
Plaintext

arango> v1.addOutEdge(v2, 3, "knows");
Edge(3)