draw_graph(
config: RunnableConfig,
*,
nodes: dict[str, PregelNode],
| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | |
subgraphs* | dict[str, Graph] | |
checkpointer* | Checkpointer |
Get the graph for this Pregel instance.
The configuration to use for the graph.
The subgraphs to include in the graph.
The checkpointer to use for the graph.