I have a Node (Me).
(Me) has a name="john smith" attribute and is a 'Person' label
This node has many relationships with other nodes of different 'labels'. And those nodes have relationships with other nodes. etc.. stretching out into the whole graph.
Somewhere out there are some nodes of type (p:Product). I don't know at what 'depth' they are away from the starting node: some will be near it and others will be further away.
I want to get all these (p:Product) nodes which have ultimate relations with the (Me) node.
Is this possible?