Using Cypher, how can I find nodes that have x or more relationships of distinct types, and are connected to y or more different nodes?
For instance, a:Person can be connected to b:Person, via relationships of type 'family','friend','coworker'.
How do we find a, such that:
- a has 2 or more distinct relationship types,
- a is connected to at least 10 other people