arango_validate_graph_integrity
Verify graph integrity by detecting orphaned edges and constraint violations across all graphs or a specified graph.
Instructions
Verify graph consistency, orphaned edges, and constraint violations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graphName | No | Specific graph to validate (if not specified, validates all graphs) | |
| checkOrphanedEdges | No | Check for edges with missing vertices | |
| checkConstraints | No | Validate graph constraints and edge definitions | |
| returnDetails | No | Return detailed violation information | |
| database | No | Database override |