sysgears / apollo-universal-starter-kit

Apollo Universal Starter Kit is a SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and ultimate code reuse.
https://apollokit.org
MIT License
1.68k stars 323 forks source link

Refactor server module sql code to utilize knex helpers #655

Open mairh opened 6 years ago

mairh commented 6 years ago

https://github.com/sysgears/apollo-universal-starter-kit/pull/650

cloudkompute commented 6 years ago

Good job.. Is it possible to update the client modules so that they can demonstrate these server-side knex helpers like paging, grouping, sorting etc. We can make use of the antd datatable features at the client-side.

Thanks