I have a group of nodes which are related in the following way:
A --> B --> C --> D
The relation is a "connected with" relationship with some id property. My question is: Can I write a cypher query which will show me all the id properties of each relationship from start node A to the start node D without mentioning in the query any of the nodes in between.
Thanks Dimitris