fix: null sort related README

This commit is contained in:
ppetzold 2023-03-17 23:33:19 +01:00
parent 9421b109bc
commit 0c45c6da63

View File

@ -161,8 +161,8 @@ const paginateConfig: PaginateConfig<CatEntity> {
/**
* Required: false
* Type: 'first' | 'last'
* Description: (ONLY WORKS WITH POSTGRES) Define whether to put null values
* at the beginning or end of the result set.
* Description: Define whether to put null values at the beginning
* or end of the result set.
*/
nullSort: 'last',