Hello,
I need to create relationships between a number of entities, that are in an array.
Let's say i have 4 entities in an array, P1, P2,P3 and P4.
I need a query that creates (P1)-[r]->(P2) , (P1)-[r]->(P3) , (P1)-[r]->(P4), (P2)-[r]->(P3) , (P2)-[...