In my db I have some nodes Message which could have a relationship Replay, in a form like below:
(:Message)<-[:REPLAY]-(:Message)<-[:REPLAY]-(:Message)...
I want to return a Message which is the start of conversation and all his REPLAY relationships...