2 lines
86 B
Plaintext
2 lines
86 B
Plaintext
MATCH (a)-[:KNOWS]->(b) RETURN b.name UNION ALL MATCH (a)-[:LOVES]->(b) RETURN b.name
|