apoc icon indicating copy to clipboard operation
apoc copied to clipboard

ID() deprecated, how to get nodes where apoc returns id?

Open dimitriwoei opened this issue 2 years ago • 1 comments

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!

dimitriwoei avatar May 26 '23 11:05 dimitriwoei

Thank you for writing in about this :) I'll raise this with the team!

gem-neo4j avatar May 29 '23 07:05 gem-neo4j