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" : "_V_qDAFm---", "label" : "9" }, { "_key" : "G", "_id" : "circles/G", "_rev" : "_V_qDAFi---", "label" : "7" }, { "_key" : "F", "_id" : "circles/F", "_rev" : "_V_qDAFe--_", "label" : "6" }, { "_key" : "A", "_id" : "circles/A", "_rev" : "_V_qDAFW---", "label" : "1" }, { "_key" : "E", "_id" : "circles/E", "_rev" : "_V_qDAFe---", "label" : "5" }, { "_key" : "C", "_id" : "circles/C", "_rev" : "_V_qDAFa---", "label" : "3" }, { "_key" : "D", "_id" : "circles/D", "_rev" : "_V_qDAFa--_", "label" : "4" }, { "_key" : "J", "_id" : "circles/J", "_rev" : "_V_qDAFm--_", "label" : "10" }, { "_key" : "B", "_id" : "circles/B", "_rev" : "_V_qDAFW--_", "label" : "2" }, { "_key" : "H", "_id" : "circles/H", "_rev" : "_V_qDAFi--_", "label" : "8" }, { "_key" : "K", "_id" : "circles/K", "_rev" : "_V_qDAFq---", "label" : "11" } ] arangosh> db.edges.toArray(); [ { "_key" : "7473", "_id" : "edges/7473", "_from" : "circles/A", "_to" : "circles/B", "_rev" : "_V_qDAFq--_", "theFalse" : false, "theTruth" : true, "label" : "left_bar" }, { "_key" : "7483", "_id" : "edges/7483", "_from" : "circles/B", "_to" : "circles/E", "_rev" : "_V_qDAFy---", "theFalse" : false, "theTruth" : true, "label" : "left_blub" }, { "_key" : "7495", "_id" : "edges/7495", "_from" : "circles/H", "_to" : "circles/I", "_rev" : "_V_qDAF2--_", "theFalse" : false, "theTruth" : true, "label" : "right_blub" }, { "_key" : "7486", "_id" : "edges/7486", "_from" : "circles/E", "_to" : "circles/F", "_rev" : "_V_qDAFy--_", "theFalse" : false, "theTruth" : true, "label" : "left_schubi" }, { "_key" : "7501", "_id" : "edges/7501", "_from" : "circles/J", "_to" : "circles/K", "_rev" : "_V_qDAF6--_", "theFalse" : false, "theTruth" : true, "label" : "right_zup" }, { "_key" : "7498", "_id" : "edges/7498", "_from" : "circles/G", "_to" : "circles/J", "_rev" : "_V_qDAF6---", "theFalse" : false, "theTruth" : true, "label" : "right_zip" }, { "_key" : "7492", "_id" : "edges/7492", "_from" : "circles/G", "_to" : "circles/H", "_rev" : "_V_qDAF2---", "theFalse" : false, "theTruth" : true, "label" : "right_blob" }, { "_key" : "7489", "_id" : "edges/7489", "_from" : "circles/A", "_to" : "circles/G", "_rev" : "_V_qDAFy--A", "theFalse" : false, "theTruth" : true, "label" : "right_foo" }, { "_key" : "7477", "_id" : "edges/7477", "_from" : "circles/B", "_to" : "circles/C", "_rev" : "_V_qDAFu---", "theFalse" : false, "theTruth" : true, "label" : "left_blarg" }, { "_key" : "7480", "_id" : "edges/7480", "_from" : "circles/C", "_to" : "circles/D", "_rev" : "_V_qDAFu--_", "theFalse" : false, "theTruth" : true, "label" : "left_blorg" } ]