1
0
Fork 0
arangodb/Doxygen/Examples.Durham/graph-vertex-properties

6 lines
102 B
Plaintext

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