enhance: add command to export/import graph's ontology

This commit is contained in:
Gabriel Horner
2025-02-05 14:46:37 -05:00
parent f02687b184
commit ca011c980e
6 changed files with 167 additions and 57 deletions

View File

@@ -623,6 +623,11 @@
:inactive (not (state/developer-mode?))
:fn :frontend.handler.common.developer/export-page-data}
:dev/export-graph-ontology-data {:binding []
:db-graph? true
:inactive (not (state/developer-mode?))
:fn :frontend.handler.common.developer/export-graph-ontology-data}
:dev/import-edn-data {:binding []
:db-graph? true
:inactive (not (state/developer-mode?))
@@ -851,6 +856,7 @@
:dev/show-page-ast
:dev/export-block-data
:dev/export-page-data
:dev/export-graph-ontology-data
:dev/import-edn-data
:dev/replace-graph-with-db-file
:dev/validate-db
@@ -1042,6 +1048,7 @@
:dev/show-page-ast
:dev/export-block-data
:dev/export-page-data
:dev/export-graph-ontology-data
:dev/import-edn-data
:dev/replace-graph-with-db-file
:dev/validate-db