I'm trying to migrate to `Neo4j 5.1.0`
I downloaded APOC from https://github.com/neo4j/apoc/releases
In the Neo4j browser, I checked the version:
RETURN apoc.version() AS output;"5.1.0"
Now, when I run my Cypher queries, I receive the following error...