Skip to content

Files

stored_queries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 14, 2021
Dec 16, 2020
Nov 5, 2019
Apr 20, 2021
Aug 2, 2022
Oct 15, 2019
Jan 28, 2021
Aug 23, 2019
Jul 23, 2019
Dec 12, 2019
Jul 23, 2019
Jul 29, 2019

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.