Hi All,
I want to merge nodes with different labels but are connected by a relationship and also share the same property value e.g.
(A)-[:SHARES_NAME]->(B)
and I want to merge all B nodes onto A and move all properties and relationships.
Is there any...