I have a simple graph in Neo4j graph-database:
How to find nodes (using cypher) which:
- have 3 relationships (result: node c, node e)?
- have 2 outgoing relationships (result: node c, node e)?
- have 1 incoming and 1 outgoing relationships only (result: node a, node b, node d, node d1)?