Hi Everyone!
I need some help with building a Cypher query for my problem.
Given the following schema:
I want to fetch all the children(blue/yellow node), parents(yellow node), and the respective properties(gray node) of their location(green node). ...