arango> f = g.getEdges();
[edge iterator]
arango> f.hasNext();
true
arango> e = f.next();
Edge(<graph>, "2141724:4636053")