Added sorting to all controller classes to get many method, sorting represented by 2 params:
-
sort(field name) -
order- sorting direction (supports onlyascordesc)
Additionally were completed following features:
- Sorting was added to
EFModelManagerandsortrepresents model property name therefore all Manager classes that works withEFasDataContexthave builtin sorting - Sorting was implemented in demo project in
EdgeDbManager(edgedb) inEqlResolverclass, see