Stored queries are templated AQL queries that fetch data from the database.
Variables in stored queries are prefixed with @
.
The params field in each stored query should be a JSON schema of the query's parameters.
Each stored query file should have a set of comments at the top describing the purpose of the query.
See the API docs to see how to run these queries using the API.