arangosh> var examples = require("@arangodb/graph-examples/example-graph.js"); arangosh> var graph = examples.loadGraph("traversalGraph"); arangosh> db.circles.toArray(); [ { "_key" : "I", "_id" : "circles/I", "_rev" : "_WpTAn1S--_", "label" : "9" }, { "_key" : "G", "_id" : "circles/G", "_rev" : "_WpTAn1O--H", "label" : "7" }, { "_key" : "F", "_id" : "circles/F", "_rev" : "_WpTAn1O--F", "label" : "6" }, { "_key" : "A", "_id" : "circles/A", "_rev" : "_WpTAn1K--B", "label" : "1" }, { "_key" : "E", "_id" : "circles/E", "_rev" : "_WpTAn1O--D", "label" : "5" }, { "_key" : "C", "_id" : "circles/C", "_rev" : "_WpTAn1O--_", "label" : "3" }, { "_key" : "D", "_id" : "circles/D", "_rev" : "_WpTAn1O--B", "label" : "4" }, { "_key" : "J", "_id" : "circles/J", "_rev" : "_WpTAn1S--B", "label" : "10" }, { "_key" : "B", "_id" : "circles/B", "_rev" : "_WpTAn1K--D", "label" : "2" }, { "_key" : "H", "_id" : "circles/H", "_rev" : "_WpTAn1O--J", "label" : "8" }, { "_key" : "K", "_id" : "circles/K", "_rev" : "_WpTAn1S--D", "label" : "11" } ] arangosh> db.edges.toArray(); [ { "_key" : "7585", "_id" : "edges/7585", "_from" : "circles/G", "_to" : "circles/J", "_rev" : "_WpTAn1W--F", "theFalse" : false, "theTruth" : true, "label" : "right_zip" }, { "_key" : "7576", "_id" : "edges/7576", "_from" : "circles/A", "_to" : "circles/G", "_rev" : "_WpTAn1W--_", "theFalse" : false, "theTruth" : true, "label" : "right_foo" }, { "_key" : "7579", "_id" : "edges/7579", "_from" : "circles/G", "_to" : "circles/H", "_rev" : "_WpTAn1W--B", "theFalse" : false, "theTruth" : true, "label" : "right_blob" }, { "_key" : "7570", "_id" : "edges/7570", "_from" : "circles/B", "_to" : "circles/E", "_rev" : "_WpTAn1S--L", "theFalse" : false, "theTruth" : true, "label" : "left_blub" }, { "_key" : "7564", "_id" : "edges/7564", "_from" : "circles/B", "_to" : "circles/C", "_rev" : "_WpTAn1S--H", "theFalse" : false, "theTruth" : true, "label" : "left_blarg" }, { "_key" : "7567", "_id" : "edges/7567", "_from" : "circles/C", "_to" : "circles/D", "_rev" : "_WpTAn1S--J", "theFalse" : false, "theTruth" : true, "label" : "left_blorg" }, { "_key" : "7582", "_id" : "edges/7582", "_from" : "circles/H", "_to" : "circles/I", "_rev" : "_WpTAn1W--D", "theFalse" : false, "theTruth" : true, "label" : "right_blub" }, { "_key" : "7588", "_id" : "edges/7588", "_from" : "circles/J", "_to" : "circles/K", "_rev" : "_WpTAn1W--H", "theFalse" : false, "theTruth" : true, "label" : "right_zup" }, { "_key" : "7560", "_id" : "edges/7560", "_from" : "circles/A", "_to" : "circles/B", "_rev" : "_WpTAn1S--F", "theFalse" : false, "theTruth" : true, "label" : "left_bar" }, { "_key" : "7573", "_id" : "edges/7573", "_from" : "circles/E", "_to" : "circles/F", "_rev" : "_WpTAn1S--N", "theFalse" : false, "theTruth" : true, "label" : "left_schubi" } ]