move subgraph operations to wf_api

ok these are some composition stuff so tgis is probably the right place to live
This commit is contained in:
lda
2026-06-01 21:53:16 +07:00 Verified
parent 963f77fcb2
commit 0d43b15b5c
7 changed files with 309 additions and 239 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ from ...shared.errors import error_payload
from ...shared.names import RESERVED_CONNECTION_IDS
from ...storage import Store
from ...workflow.wrappers import _model_from_schema
from ...workflow_surface.saved_subgraphs import (
from wf_api.saved_subgraphs import (
SavedSubgraphTree,
prepare_saved_subgraphs,
resolve_saved_subgraph_tree,