Hello!
I have a set of nodes that I get with:
Match (p:Person) WHERE p.Netzwerke = 7 CALL apoc.neighbors.tohop(p,"connect",2) yield node return node
In the Neo4J Browser it also shows me all the existing relationships between that nodes but I can o...