Import Graph
import_graphBulk import nodes and edges to replace existing project data; use force to overwrite when data exists.
Instructions
Bulk import nodes and edges (replaces existing project data, requires force parameter if data exists).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | Yes | List of edge objects. | |
| force | No | Force overwrite if the database already contains nodes or edges. | |
| nodes | Yes | List of node objects. | |
| project | No | Optional project identifier. |