I have a parent -child structure that I maintain in a graph database . I am trying to aggregate all of the child entities to a parent where the relationship type is of a particular category. Query below
<
MATCH (e),(e1),p=(e)-[r*]->(e1)
WHERE all (a...