I have a neo4j server which uses Graphaware uuid plugin and I am trying to use apoc.refactor.to to redirect a relationship but it thorws an error with litte information, I saw the code for apoc and I think this happens when it tries to copy relationships properties from the existing one to the new one, when that happens this Graphaware Uuid plugin prevents uuids to be mutated.
I have faced this very same issue with other apoc.refactor procedures, I'd like to be able to use this procedures without having to allow the uuid to be mutated.
Any help is welcome.
References
https://neo4j-contrib.github.io/neo4j-apoc-procedures/#redirect-relationship