Implement label rename refactoring
fbiville opened this issue · 0 comments
fbiville commented
This should follow what APOC does, i.e. either:
- rename a label for all nodes (no
fragment
noroutputVariable
specified) - or rename a label only for the specified nodes (with
fragment
andoutputVariable
like in the "merge nodes" refactoring)