graph_edits
Apply graph edits using a JSON array of operations to create records, relationships, set properties, or delete relationships and records. Avoid retrying if no temporary ID map is returned.
Instructions
WRITE. Apply graph edits: a JSON array of operations — create_record, create_relationship, set_properties, delete_relationship, delete_record. Records are created via edits; there is no POST /graph/records (KB: graph-records-created-via-edits).
WARNING: if the response carries no temp-id map, do NOT retry — the records were likely created anyway. Read back with graph_records and reconcile (KB: graph-edits-id-map-unreliable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |