Open will123195 opened 12 years ago
Right now the order by for sub objects is the order by defined in the respective aql statement.
album {
artist_id,
name
order by release_date asc
}
A nested clause array would only apply to nested AQL, this shouldn't be too difficult to add.
Is it possible to specify an 'order by' for the albums?
For instance with a clause array like this