arango_query_builder
Build and execute AQL queries by specifying filters, sorting, and limit on a collection.
Instructions
Build and execute a simple AQL query from filters, sort, and limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | ||
| filters | No | ||
| sort | No | ||
| limit | No | ||
| return_fields | No | Fields to project; omit for full doc | |
| database | No | Database override |