apoc.meta.graph is unavailable because it is sandboxed and has dependencies outside of the sandbox
In this post, I will explain a fix for a common problem with Neo4j installed on the docker container. If the parameter “dbms.security.procedures.unrestricted” is not set correctly and you try to run “CALL apoc.meta.graph()” in Neo4j Browser, it will give…