i'm trying to model a cypher query for the following scenario:
I have 3 start nodes A, B, C and i'm trying to find n nodes D which are related to all three start nodes. At the end I will reduce the weight
property of the relationships and choose the node with the highest weight.
Thanks in advance for helping me out!