Update Graph Node
update_graph_nodeUpdate properties of an existing node in a deployed graph project. Only send the fields you want to change — unspecified fields remain unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Properties to update (partial update) | |
| entity_id | Yes | The node's entity_id | |
| project_id | Yes | Project ID (UUID) | |
| entity_type | Yes | Entity key (e.g., 'person', 'concept') | |
| environment | No | Environment: staging or production (default: staging) |