Neo4j bug/issue retrieving a relationship when specifying query depth of 2
I am working on a Spring Boot application using Neo4j as the database. I have a UserEntity
class that has a relationship with UserContactEntity
. However, when I run a query to fetch UserEntity
along with its contacts
, the contacts
field is always null.