shell> curl --dump - http://localhost:8529/_api/gharial/myGraph HTTP/1.1 200 OK content-type: application/json; charset=utf-8 etag: 8533 { "error" : false, "graph" : { "name" : "myGraph", "edgeDefinitions" : [ { "collection" : "edges", "from" : [ "startVertices" ], "to" : [ "endVertices" ] } ], "orphanCollections" : [ ], "_id" : "_graphs/myGraph", "_rev" : "8533" }, "code" : 200 }