Hello, This is my first time playing with neo4j, I modeled a graph that looks like this:
A ---> B
A ---> C
B ----> D
B ----> E
C ----> F
now, i my input can contain several nodes, let's say i get "A and B", and i want to find the direct connections o...