orango
orango copied to clipboard
ArangoDB Object Modeling for Node.js, Foxx and Modern Web Browsers
Have a model like this schema.type('edge', { from: 'Task', to: ['Task'] }) Then when using let plan = Plan.link( { Task: "2320844", Task: "2273357" } ) Get Error message, Error:...
For this usecase let query = Comment.find() .outbound('user', 'eddie', {}) .return(orango.return.distinct()) Get Error Message can not find id of undefined. Problem is at roboncode/orango/blob/master/lib/helpers/queryToAQL.js Line 120, AQB.expr( `${query.vertex.direction} '${ModelCls.collectionName}/${ query.outbound.id...
please upgrade lodash in Tang is outdated  Thx 👋
Hey there - it's your friendly neighborhood annoying dude who's loving your ODM and perpetually blowing up your Issues section. Working on a model, and I want to add an...
**Version:** 1.0.0-alpha-2.1 **Node:** node:10.15.1-alpine **Arango:** arangodb:3.4.1 **Code:** ```javascript await memberSerivce.unlink({ group: 'group1', user: 'user1' }) ``` **More information:** Link and Inbound are working fine. Occurred in E2E test. **Error:** ```javascript...