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.