Hello,
I would like to create a meta graph of my graph database to work with this meta model. The APOC procedure 'CALL apoc.meta.graph()' only creates a virtual graph so that you can't query it with cypher (it's only for visualization). Since I would...