Hi, everyone!
How to project the following Cypher pattern:
MATCH (c1:Company)<-[:MEMBER_OF]-(e1:employee)-[*1..3]-(e2:employee)-[:MEMBER_OF]->(c2:Company) RETURN c1.id as source, c2.id as target
so i can use it in GDS collapse path?
And get from that...