Closed
Description
Hey all.
I have a simple structure:
Cypher query in Browser works as expected but the same query in @query directive within Neo4jRepository returns just one random underlying node of label ObjectType so instead of getting one Company with two Sites with two ObjectTypes for each Site I got just one ObjectType:
Neo4jClient returns all the data I need btw.
Is this a bug or I do something wrong?