When I am working with an Edge
, there is a scenario where I want to find which Node
is it, and I only have Memgraph node ID
, and not the whole object. And I would want further to make a query with those Nodes
I got from Edge
property, but I can't as I can't make a query towards database with Memgraph ID of Node
.
In other words, it would be good to return Node
instead of Node-id in Memgraph
when calling edge.start_node
or edge.end_node