subgraph
Extract an induced subgraph from an existing graph by specifying nodes, then save it as a new graph. Isolates the selected nodes and their interconnections.
Instructions
Extract an induced subgraph and store it as a new graph
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes | ||
| nodes | Yes | ||
| new_graph | Yes |