arango> var Graph = require("org/arangodb/graph").Graph;
arango> g1 = new Graph("graph", "vertices", "edges");
Graph("vertices", "edges")