Release 0.3.0
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
andascOrDesc
in favor oforderBy
andorderDirection
(previous ones are still supported for now too).