I'm developing an article recommendation system. When a user read article1, article2, ..., and articlen, the system recommend next articles.
I want to do something like the following:
MATCH (a:Article)
WHERE {for all x such that (x:Article)-[:next]->...