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