Array of values to join. These values will behave exactly
like values interpolated in an aql
template string.
Seperator to insert between values. This value will behave exactly like a value passed to literal, i.e. it will be inlined as-is, rather than being converted into a bind parameter.
Generated using TypeDoc
Constructs AqlQuery objects from an array of arbitrary values.
Note: Nesting
aql
template strings is a much safer alternative for most use cases. This low-level helper function only exists to complement theaql
tag when constructing complex queries from dynamic arrays of query fragments.Example
Example