Hello,
I'm extending Neo4j with some user-defined procedures. Is there any way to return a graph and query data from the returned graph?
At the moment i'm able to return a graph (using GraphResult class) from a called procedure but i can't query node...