liquibase/liquibase-neo4j

Implement relation direction inversion refactoring

fbiville opened this issue · 0 comments

We can take inspiration from https://neo4j.com/labs/apoc/4.4/graph-updates/graph-refactoring/invert-relationship/.
This should follow the same pattern as the "merge nodes" refactoring with fragment and outputVariable (where outputVariable should this time refer to a relationship).