Hi All,

This is my graph, 

Notifications --[Contains]-- Notification --[Message_To]-- User

start n=(6), user=(9) match (n)-[:Contains]-(x)-[:Message_To]-(user) return
x 

But when I run this cypher I got nothing back, so I'm not sure if I'm
missing nothing obvious?

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Cypher-with-sequenced-relationships-return-empty-tp3289960p3289960.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to