Hi all,
We just started to work with spring data neo4j.
But have run into the problem when creating a node with a relationship to another existing node.
For example: Spring Data Neo4J - Create new node with a relationship with an existing node - Stack Overflow
Is it true that we have to write a custom query or fetch the existing node first before being able to create a relationship to that existing node without overriding the current properties?
kind regards