morpheus icon indicating copy to clipboard operation
morpheus copied to clipboard

Is there any workaround to run cypher "path"

Open ministat opened this issue 9 months ago • 9 comments

Morpheus does not support "path" (https://github.com/opencypher/morpheus/blob/master/documentation/asciidoc/cypher-cypher9-features.adoc), but I encountered a problem which requires "path", I'd like to know is there any workaround.

MATCH path = (start:Application {alias: "r1shsummaryv2"})-[:DependsOn*]->(end:Application {alias: "r1appmetasvccont"})
UNWIND nodes(path) AS node
RETURN node {.alias, .properties} AS valueMap

ministat avatar Sep 16 '23 03:09 ministat