php-cypher-dsl icon indicating copy to clipboard operation
php-cypher-dsl copied to clipboard

Add support for the `allShortestPath` and `shortestPath` constructs

Open marijnvanwezel opened this issue 3 years ago • 0 comments

The allShortestPath and shortestPath constructs are currently not supported. Note that these are not functions, but rather a special kind "path":

Invalid input 'RETURN': expected "(", "allShortestPaths" or "shortestPath" (line 1, column 7 (offset: 6))
"MATCH RETURN n;"

marijnvanwezel avatar Nov 26 '22 19:11 marijnvanwezel