Query works when executed in console but not in javascript
I get the logged output but when i run through console It works correctly :
What is wrong, why i cant have the query result correctly in js? Thanks
1 Reply
Is this problem specific to this query? If you run a simple query like
g.V().count().next()
do you see incorrect results as well?