And if so how. I can see how to run cypher to return a list of nodes but I need the paths as well. I can sort of do this with two queries but surely there is a way to do this with just one?
I'm using neomodel with django and need to return a subgraph for visualisation with d3.js.