Calling "sub" schema with `db.schema()`

I would like to see the ability to call a "sub" schema of an overall graph schema. The idea is that I may be able to provide arguments (labels, properties, relationships):

CALL db.schema(labels: ["label 1", "label 2"]) 

to only show a subset of the overall schema based on those arguments.

1 Like

if you have APOC installed this should be possible via apoc.meta,subGraph. See https://neo4j.com/docs/labs/apoc/current/database-introspection/meta/

3 Likes

Well I obviously didn't look hard enough. Might as well delete this thread.

No please leave it for others to find.