shell> curl -X POST --data-binary @- --dump - http://localhost:8529/_api/gharial/social/vertex <<EOF { "collection" : "otherVertices" } EOF HTTP/1.1 202 Accepted content-type: application/json; charset=utf-8 etag: 8179 { "error" : false, "graph" : { "name" : "social", "edgeDefinitions" : [ { "collection" : "relation", "from" : [ "female", "male" ], "to" : [ "female", "male" ] } ], "orphanCollections" : [ "otherVertices" ], "_id" : "_graphs/social", "_rev" : "8179" }, "code" : 202 }