arango_add_edge
Create a directed edge connecting two existing documents in ArangoDB, with optional attribute payload. Specify collection, from and to IDs.
Instructions
Add an edge document between two vertices with optional attributes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | ||
| from_id | Yes | _from document id, e.g., users/123 | |
| to_id | Yes | _to document id, e.g., orders/456 | |
| attributes | No | ||
| database | No | Database override |