Deprecation warnings from neo4j
: "The query used a deprecated function: id
"
#291
Milestone
neo4j
: "The query used a deprecated function: id
"
#291
It appears that our use of
neo4j
5.18+ yields a ton of deprecation warnings similar to:The complaint comes from the use of
id(_)
at the end of the query, and likely originates from our subgraph machinery inalchemiscale.storage.subgraph
.Is there an alternative to using this function that still gives us what we need for
SubGraph
behavior?The text was updated successfully, but these errors were encountered: