cypher-query-builder
cypher-query-builder copied to clipboard
Add PathNamePattern class and corresponding pathName() function to allow constructing queries with named paths
Add PathNamePattern class and corresponding pathName() function to allow constructing patterns with named paths, like "MATCH p=(n)-[]-()".
(This was previously in PR #163 which I closed because our master branch got polluted with other changes.)
@jamesfer any chance that you might look at this soon? If you prefer an alternative way to enable named paths, I'd offer to implement that too.