arango_create_graph
Create a named graph in ArangoDB by defining edge definitions and optionally creating collections. Streamline graph setup for complex data relationships.
Instructions
Create a named graph with edge definitions (optionally creating collections).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| edge_definitions | Yes | ||
| create_collections | No | ||
| database | No | Database override |