Unexpected null value,neo4j
问题 I don't know why I can't get the value of the movie fields. I debugged it and I found the movie is null. I post a picture and you will see it . Please give me some advice. I am sure I had created the relationship successfully, may somewhere wrong with recommendation. Class or cypher? public interface MovieRepository extends GraphRepository<Movie> { @Query("match (user:User {login: {0}})-[r:RATED]->(movie)<-[r2:RATED]-(other)-[r3:RATED]->(otherMovie) " + " where r.stars >= 3 and r2.stars >= r