You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While creating a custom query one might need to apply paging in its full capacity of calculating cursors and transforming DTO[] to CursorConnection. While I understand there might be certain aspects need to be kept in mind in terms of how the query is made to the database I would appreciate if someone can point me to what I need to do to achieve this through this library as much as possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While creating a custom query one might need to apply paging in its full capacity of calculating cursors and transforming DTO[] to CursorConnection. While I understand there might be certain aspects need to be kept in mind in terms of how the query is made to the database I would appreciate if someone can point me to what I need to do to achieve this through this library as much as possible.
I use TypeORM query builder if that helps.
Beta Was this translation helpful? Give feedback.
All reactions