nestjs-paginate/src
IZEM 1b2106e13b
fix(types/Column): infer lazy-loaded relations (#584)
This commit updates the Column type to properly infer the relation properties of entities that use lazy loading, instead of inferring the properties of a Promise. This resolves an issue where the Column type would throw type errors when trying to access properties of the relation.
2023-04-13 08:41:59 +02:00
..
__tests__ fix: date column filter with iso dates 2023-03-21 12:11:19 +01:00
decorator.spec.ts feat: select via query param (#463) 2023-02-15 10:16:35 +01:00
decorator.ts feat: select via query param (#463) 2023-02-15 10:16:35 +01:00
filter.ts fix: date column filter with iso dates 2023-03-21 12:11:19 +01:00
helper.ts fix(types/Column): infer lazy-loaded relations (#584) 2023-04-13 08:41:59 +02:00
index.ts fix: clean up 2023-03-14 22:10:23 +01:00
paginate.spec.ts fix: make take/skip default (#573) 2023-04-02 21:50:28 +02:00
paginate.ts fix: make take/skip default (#573) 2023-04-02 21:50:28 +02:00