Is it possible to return the results of a cypher query executed via neo4jclient as two simple lists of nodes and relationships?
I notice from the neo4j documentation that results can be returned in graph format, but I'm not sure if this has been implemented in neo4jclient; if not can anyone give me some guidance on how to achieve this?
Thanks in Advance