aql method

Aql aql()

Returns an Aql object in order to use AQL query

Implementation

Aql aql() {
  return Aql(client);
}