Relative Content

Tag Archive for spring-bootneo4jspring-data-neo4j

@Query not returning all data in Spring boot with Spring data neo4j

I have the query below in a Spring boot application using Spring data neo4j. When I run the query as a standalone cypher query, it returns all the data that I am looking for, however, when I run the same query in the spring boot application, it does not return all the data I need. It just goes about a level or 2 deep.