arangosh> var graph_module = require("org/arangodb/general-graph"); arangosh> graph_module._undirectedRelation("friend", "user"); { "collection" : "friend", "from" : [ "user" ], "to" : [ "user" ] }