@@ -31,7 +31,7 @@ class GraphSchema(py2neo.Subgraph):
parent_capture_point:CapturePoint,
extra_props:Dict=None,
)->"GraphSchema":
# ToDo: Break this function down. Too complex/spaghetti!
# ToDo: Refactor or break this function down. Too complex/spaghetti!
# the nodes are bound atm. meaning they belong to a certain DB. we need to unbound them.
# we clean the nodes and relationship from Neo4j's `call db.schema.visualization` from IDs (the IDs are random anyway on every call and consequently worthless outside of the own transaction)
...
...
@@ -52,6 +52,8 @@ class GraphSchema(py2neo.Subgraph):