v2.5.2
·
155 commits
to main
since this release
Patch Changes
-
#530
35fdd7eThanks @angrykoala! - Fix types to support paths on chained.matchand.optionalMatch:const path = new Cypher.PathVariable(); const query = new Cypher.Match(new Cypher.Node()).match(pattern.assignTo(path)).return(path);
MATCH (this0) MATCH p3 = (this0)-[this1:ACTED_IN]->(this2) RETURN p3