You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try traverse outE('has_component'), inV() from ... or simply traverse out('has_component') from ... if you are only interested in the Nodes and not the Relationships.
I have a graph as shown in the image above.
When I run the query :
in OrientDB Studio I get all the vertices. In fact that is how I generated the graph visualization.
But when I run the same using client.query() function as follows,
I get only the first record (i.e 'A'). Why is this happening? How can get the same output through pyorient as I do through OrientDB Studio?
OrientDB version : 3.0.15
pyorient version : 1.5.5
The text was updated successfully, but these errors were encountered: