Issue when retrieving result from Neo4JRepository
Hello, I'm having an issue with deserializing a simple query using a Neo4JRepository in an example I wrote. PersonRepository has the following method signature: public interface PersonRepository extends Neo4jRepository<Person, String> { ... @Quer...