Hello @stefan.schaubschlaeg
There is at least two ways to achieve what you would like to do:
- The first use GDS, you can create a graph projection with the nodes and relationships you want, then execute a path algorithm on it.
- The second use APOC, you can use the procedure apoc.path.expandConfig() which allow you to filter node labels or relationship types.
Regards,
Cobra