Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
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.