Hi, I have a fairly simple data structure with two types of node 'Stock' and 'Recipe'. The following 2 relationships are possible: (:Stock)-[:HAS_ASSIGNEE_OF]->(:Recipe)
(:Recipe)-[:CONTAINS]->(:Stock) As such you could have a chain of these relation...