multinet-app / multinet-api

Apache License 2.0
2 stars 2 forks source link

Update aql query endpoint #139

Closed jjnesbitt closed 2 years ago

jjnesbitt commented 2 years ago

Closes #137

The underlying cause of this was that passing variables as bind vars was never included in any AQL endpoints. Since not all tables can be expressed without the use of bind vars, this is necessary for the viz apps that require the use of the AQL endpoint.