How can I populate in and out of edges in waterline i am using waterline-oreintdb adopter
here is my query
select *,out.* from sellings // selling is edge class
Thanks
How can I populate in and out of edges in waterline i am using waterline-oreintdb adopter
here is my query
select *,out.* from sellings // selling is edge class
Thanks
This sounds more like an OrientDB question than an waterline one. One option would be to use a fetch plan (OrientDB Docs):