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.

Visualization Model

ilko_k_v
Node Clone

I would like to display my graph model from existing graph db (neo4j db).
What is right tool or cypher query ?

1 ACCEPTED SOLUTION

Hello @ilko.k.v and welcome to the Neo4j community

You can try this query:

CALL db.schema.visualization()

Regards,
Cobra

View solution in original post

2 REPLIES 2

Hello @ilko.k.v and welcome to the Neo4j community

You can try this query:

CALL db.schema.visualization()

Regards,
Cobra

ilko_k_v
Node Clone

Thank you about your response , Cobra 🙂