Cypher Query to get graph data model

Hello,

I want to ask if we can have a query which return the graph data model
i mean nodes with relations (it will be helpfull to understand/explain the data model)

Thank you

There are a few builtin procedures that give you information about the model.

db.schema.visualization()
db.schema.nodeTypeProperties()
db.schema.relPropertyTypess()
db.propertyKeys()
db.relationshipTypes()