Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
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