I use Neo4j 2.3.1 and looking I am looking for a cypher query which gives me all nodes in the database which are not connected to the specific other node. My Tree looks like this:
I know the red one and want to have a query which gives me the green ones. All of them do have the same relationship.
EDIT: My question is misleading worded, so: What I want (as shown in the image) all nodes which are "above" a specific node and also their childs.