docs: add a how-to on subgraph transform state (#1595)

* docs: add a how-to on subgraph transform state

---------

Co-authored-by: isaac hershenson <ihershenson@hmc.edu>
Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com>
This commit is contained in:
Vadym Barda
2024-09-05 12:16:11 -04:00
committed by GitHub
co-authored by isaac hershenson Isaac Francisco
parent b34bfe165a
commit e14c17f6b8
4 changed files with 280 additions and 0 deletions
+1
View File
@@ -163,6 +163,7 @@ nav:
- Subgraphs:
- Create subgraphs: how-tos/subgraph.ipynb
- Manage state in subgraphs: how-tos/subgraphs-manage-state.ipynb
- Transform inputs and outputs of a subgraph: how-tos/subgraph-transform-state.ipynb
- State Management:
- Use Pydantic model as state: how-tos/state-model.ipynb
- Use a context object in state: how-tos/state-context-key.ipynb