graph-link
graph-linkCreate a LinkedTo edge between two vertices. Optionally, use link_type 'context' to mark a case as a context source.
Instructions
Creates a LinkedTo edge between any two vertices. Use link_type='context' to link a case as a context source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_id | Yes | Source vertex ID (@rid format) | |
| link_type | No | Optional edge type (e.g., 'context' to mark a linked case as context for post-compaction reload) | |
| to_id | Yes | Target vertex ID (@rid format) |