arangosh> var rel = graph_module._relation("isCustomer", ["shop"], ["customer"]);
arangosh> graph._extendEdgeDefinitions(rel);
arangosh> graph;
{[Graph]
"isCustomer" : [ArangoCollection 16466, "isCustomer" (type edge, status loaded)],
"shop" : [ArangoCollection 16458, "shop" (type document, status loaded)],
"customer" : [ArangoCollection 16462, "customer" (type document, status loaded)],
"pet" : [ArangoCollection 16451, "pet" (type document, status loaded)]
}