I would like to display my graph model from existing graph db (neo4j db).
What is right tool or cypher query ?
Hello @ilko.k.v and welcome to the Neo4j community
You can try this query:
CALL db.schema.visualization()
Regards,
Cobra
Thank you about your response , Cobra :)
1 Like