Hello,
I am using Neo4j (3.5) via Neo4j Desktop (1.2.4) and I am trying to run a simple cypher query in order to select every user that connects to a particular user directly or through another user (2nd depth) with 3 different relationships.
The que...