cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

mckenzma
Ninja
Ninja

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.

3 Comments
dana_canzano
Neo4j
Neo4j

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

mckenzma
Ninja
Ninja

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

No please leave it for others to find.