arangosh> var key = 'testKey'; arangosh> db._query(aql`FOR doc IN ${ db.mycollection } RETURN doc` ........> ).toArray(); [ { "_key" : "testKey", "_id" : "mycollection/testKey", "_rev" : "_ZXF5o0O--A", "Hello" : "World" } ]