This is my first post. So please take it easy on me if the question does not make sense.
I am running Neo4j community 4.0.3. I create a Cypher query that looks like:
OPTIONAL MATCH (a)-[r1]->(b)
MATCH (b)-[r2]->(c)
I want the query to return all a's ...