We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Neo4j 5 the ID() function is deprecated https://neo4j.com/docs/cypher-manual/current/functions/scalar/#functions-id However for example apoc.refactor.cloneSubGraph() https://neo4j.com/docs/apoc/current/overview/apoc.refactor/apoc.refactor.cloneSubgraph/ returns the input node as integer. Originally we used the ID() function to find the input node. What is the proper way now that ID() is deprecated?
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for writing in about this :) I'll raise this with the team!
Sorry, something went wrong.
No branches or pull requests
In Neo4j 5 the ID() function is deprecated https://neo4j.com/docs/cypher-manual/current/functions/scalar/#functions-id
However for example apoc.refactor.cloneSubGraph() https://neo4j.com/docs/apoc/current/overview/apoc.refactor/apoc.refactor.cloneSubgraph/ returns the input node as integer. Originally we used the ID() function to find the input node. What is the proper way now that ID() is deprecated?
Thanks!
The text was updated successfully, but these errors were encountered: