I followed the instructions here: Neo4j Bloom User Interface Guide - Developer Guides
But whenever I type in CALL db.schema() it says:
ERROR: Neo.ClientError.Procedure.ProcedureNotFound
There is no procedure with the name db.schema
registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.