1
0
Fork 0
arangodb/Documentation/Examples/graph-vertex-properties

6 lines
100 B
Plaintext

arango> v = g.addVertex(1, { name : "Hugo" });
Vertex(1)
arango> v.properties();
{ name : "Hugo" }