arangosh> var examples = require("@arangodb/graph-examples/example-graph.js"); arangosh> var g = examples.loadGraph("social"); arangosh> g._paths({direction : 'inbound', minLength : 1, maxLength : 2}); [ { "source" : { "_key" : "diana", "_id" : "female/diana", "_rev" : "_YDCrslq--F", "name" : "Diana" }, "destination" : { "_key" : "charly", "_id" : "male/charly", "_rev" : "_YDCrslq--D", "name" : "Charly" }, "edges" : [ { "_key" : "116364", "_id" : "relation/116364", "_from" : "male/charly", "_to" : "female/diana", "_rev" : "_YDCrslu--_", "type" : "married", "vertex" : "charly" } ], "vertice" : [ { "_key" : "diana", "_id" : "female/diana", "_rev" : "_YDCrslq--F", "name" : "Diana" }, { "_key" : "charly", "_id" : "male/charly", "_rev" : "_YDCrslq--D", "name" : "Charly" } ] }, { "source" : { "_key" : "diana", "_id" : "female/diana", "_rev" : "_YDCrslq--F", "name" : "Diana" }, "destination" : { "_key" : "alice", "_id" : "female/alice", "_rev" : "_YDCrslq--_", "name" : "Alice" }, "edges" : [ { "_key" : "116364", "_id" : "relation/116364", "_from" : "male/charly", "_to" : "female/diana", "_rev" : "_YDCrslu--_", "type" : "married", "vertex" : "charly" }, { "_key" : "116361", "_id" : "relation/116361", "_from" : "female/alice", "_to" : "male/charly", "_rev" : "_YDCrslq--J", "type" : "friend", "vertex" : "alice" } ], "vertice" : [ { "_key" : "diana", "_id" : "female/diana", "_rev" : "_YDCrslq--F", "name" : "Diana" }, { "_key" : "charly", "_id" : "male/charly", "_rev" : "_YDCrslq--D", "name" : "Charly" }, { "_key" : "alice", "_id" : "female/alice", "_rev" : "_YDCrslq--_", "name" : "Alice" } ] }, { "source" : { "_key" : "diana", "_id" : "female/diana", "_rev" : "_YDCrslq--F", "name" : "Diana" }, "destination" : { "_key" : "bob", "_id" : "male/bob", "_rev" : "_YDCrslq--B", "name" : "Bob" }, "edges" : [ { "_key" : "116367", "_id" : "relation/116367", "_from" : "male/bob", "_to" : "female/diana", "_rev" : "_YDCrslu--B", "type" : "friend", "vertex" : "bob" } ], "vertice" : [ { "_key" : "diana", "_id" : "female/diana", "_rev" : "_YDCrslq--F", "name" : "Diana" }, { "_key" : "bob", "_id" : "male/bob", "_rev" : "_YDCrslq--B", "name" : "Bob" } ] }, { "source" : { "_key" : "diana", "_id" : "female/diana", "_rev" : "_YDCrslq--F", "name" : "Diana" }, "destination" : { "_key" : "alice", "_id" : "female/alice", "_rev" : "_YDCrslq--_", "name" : "Alice" }, "edges" : [ { "_key" : "116367", "_id" : "relation/116367", "_from" : "male/bob", "_to" : "female/diana", "_rev" : "_YDCrslu--B", "type" : "friend", "vertex" : "bob" }, { "_key" : "116357", "_id" : "relation/116357", "_from" : "female/alice", "_to" : "male/bob", "_rev" : "_YDCrslq--H", "type" : "married", "vertex" : "alice" } ], "vertice" : [ { "_key" : "diana", "_id" : "female/diana", "_rev" : "_YDCrslq--F", "name" : "Diana" }, { "_key" : "bob", "_id" : "male/bob", "_rev" : "_YDCrslq--B", "name" : "Bob" }, { "_key" : "alice", "_id" : "female/alice", "_rev" : "_YDCrslq--_", "name" : "Alice" } ] }, { "source" : { "_key" : "bob", "_id" : "male/bob", "_rev" : "_YDCrslq--B", "name" : "Bob" }, "destination" : { "_key" : "alice", "_id" : "female/alice", "_rev" : "_YDCrslq--_", "name" : "Alice" }, "edges" : [ { "_key" : "116357", "_id" : "relation/116357", "_from" : "female/alice", "_to" : "male/bob", "_rev" : "_YDCrslq--H", "type" : "married", "vertex" : "alice" } ], "vertice" : [ { "_key" : "bob", "_id" : "male/bob", "_rev" : "_YDCrslq--B", "name" : "Bob" }, { "_key" : "alice", "_id" : "female/alice", "_rev" : "_YDCrslq--_", "name" : "Alice" } ] }, { "source" : { "_key" : "charly", "_id" : "male/charly", "_rev" : "_YDCrslq--D", "name" : "Charly" }, "destination" : { "_key" : "alice", "_id" : "female/alice", "_rev" : "_YDCrslq--_", "name" : "Alice" }, "edges" : [ { "_key" : "116361", "_id" : "relation/116361", "_from" : "female/alice", "_to" : "male/charly", "_rev" : "_YDCrslq--J", "type" : "friend", "vertex" : "alice" } ], "vertice" : [ { "_key" : "charly", "_id" : "male/charly", "_rev" : "_YDCrslq--D", "name" : "Charly" }, { "_key" : "alice", "_id" : "female/alice", "_rev" : "_YDCrslq--_", "name" : "Alice" } ] } ]