Skip to content
This repository was archived by the owner on Aug 29, 2020. It is now read-only.

Latest commit

 

History

History

stored_queries

Relation Engine Stored Queries

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.

Required format

Each stored query file should have a set of comments at the top describing the purpose of the query.

Using stored queries from the API

See the API docs to see how to run these queries using the API.