Alpha release of 0.3.0 version
Pre-release
Pre-release
Change log
-
Fixed order by logic. It should perform the sorting now.
-
Added tests to check the ordering works.
-
Added support for ordering by multiple columns.
-
Added tests for multiple column ordering.
-
Added totalCount value to the final GraphQL response, which should display the total number of records.
-
Deprecated orderColumn and ascOrDesc in favor of orderBy and orderDirection (previous ones are still supported for now too).