Undo a brain merge
unmerge_graph_objectsUndo a merge_graph_objects call: the record that was folded in comes back, its connections move off the kept record, the duplicate edges that were dropped are recreated, and the fields it contributed are removed from the kept record. Only fields the merge itself copied over, and only while they still hold what the merge put there, so a later edit survives. keep_id is the record that survived the merge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keep_id | Yes | The record that survived the merge. | |
| merged_id | Yes | The record that was folded into it. |