β06-24-2021 05:15 AM
Using the cypher-dsl, Is it possible to create a query like,
MATCH p = (n:Movie) RETURN p
Seems like Cypher.path("p").definedBy(..)
only takes a RelationshipPattern
and not a Node
, so I can't do something like,
Cypher.path("p").definedBy(node("Movie"))
Wondering if there is way to achieve this
Thanks
Solved! Go to Solution.
β06-25-2021 01:00 AM
I see no problem to provide this functionality in the future. Created a ticket Support path query with a single node Β· Issue #200 Β· neo4j-contrib/cypher-dsl Β· GitHub with the content of your question.
β06-25-2021 01:00 AM
I see no problem to provide this functionality in the future. Created a ticket Support path query with a single node Β· Issue #200 Β· neo4j-contrib/cypher-dsl Β· GitHub with the content of your question.
All the sessions of the conference are now available online