-
Notifications
You must be signed in to change notification settings - Fork 617
Issue with graph depth #2659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Screenshots made on Spring Boot version 3.0.1 and related version of spring-boot-starter-data-neo4j. Also checked it on 2.7.* and 2.6.* with the same results. |
To investigate this, I would need the domain model for the three classes in question. |
|
Also
|
The custom query will return multiple records not just "one path". Every branch will create an entry.
It reduces all nodes and relationships into a single record to be returned. For the warning, I just commented here how to mitigate this in your application config: #2660 (comment) |
Yep, result tree as it should be. I think I got the point. Thank you for help. |
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?
The text was updated successfully, but these errors were encountered: