Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-13-2022 03:26 AM
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
Solved! Go to Solution.
04-13-2022 03:44 AM
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()
04-13-2022 03:44 AM
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()
All the sessions of the conference are now available online