My database structure is like A->B->C->D There are multiple relations between all nodes. I need to query data so that it can give me all nodes & all relationships in between nodes. My sample query is like A-[*]-D
The output I'm expecting is all relations and nodes between A to D which is B & C. Is there any way to do so? Thanks