Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

procedure to rename property, rename label, rename reltype #302

Closed
jexp opened this issue Mar 4, 2017 · 1 comment
Closed

procedure to rename property, rename label, rename reltype #302

jexp opened this issue Mar 4, 2017 · 1 comment
Assignees
Labels

Comments

@jexp
Copy link
Member

jexp commented Mar 4, 2017

No description provided.

@jexp
Copy link
Member Author

jexp commented Mar 23, 2017

see the Util methods that take an object as node/nodes/node-id/node-ids -> stream of nodes

apoc.refactor.rename.label(oldLabel, newLabel, [nodes])

apoc.refactor.rename.type(oldType, newType, [rels])

apoc.refactor.rename.property(oldName, newName, [propertyContainers])

DanielBerton pushed a commit to AngeloBusato/neo4j-apoc-procedures that referenced this issue Apr 5, 2017
DanielBerton pushed a commit to AngeloBusato/neo4j-apoc-procedures that referenced this issue Apr 6, 2017
@jexp jexp closed this as completed in 784745e Apr 7, 2017
albertodelazzari pushed a commit to albertodelazzari/neo4j-apoc-procedures that referenced this issue Jun 28, 2017
ncordon pushed a commit to ncordon/neo4j-apoc-procedures that referenced this issue Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants