Closed hethcox closed 4 years ago
Please disregard. I'm not sure what's what. These two screenshots from Orient Studio seem to contradict each other. I guess 'out' means the vertex that this edge comes from.
Hi @hethcox
for historical reason they are called in/out which are
in = to
out = from
which basically reflect the traversal step from Edges
eg.
select Id,outE("HasFriend").inV() from Profiles
Let me know if this helps
Thanks
Thanks for the response. As longs as it's consistent I can work with it.
I'm traversing a graph and it appears that the in and out are reversed on edges.
In my DB I have an edge from (vertices) 37:0 to 38:0. But in the query result these are reversed.
Am I using this incorrectly or is it a bug?