Reputation: 131
Im using OrientJS with nodeJS to perform a query using .query() method.
I get results, but I can
t extract the in_ and out_ fields, as they`re of a 'Bag' type.
When I try .all() method to get the results I get an array[0]. When I perform the same query in Studio I see that the in_ and out_ fields are not empty.
Upvotes: 0
Views: 114