@gerrit.meier @gnchark I have the same issue my query is very simple and the projection i am doing is following guidelines given in [Spring Data Neo4j](Spring Data Neo4J Projection) documentation.
My Code:
@Query("MATCH (User {mobile:$mobile})-[CONTA...
[How to delete a relationship of a neo4j node in spring data - Stack Overflow](https://how to delete a relationship of a neo4j node in spring data) a question I asked on stackoverflow. If you can answer there Please.
I see this warning from spring bo...
@gerrit.meier this is very common problem faced by many people including me but have not found a suitable solution. I have User Nodes in neo4j database. each user has contact relationship with some other users. now I want to delete this contact relat...