speaking 🎙️
Kick start a JS GraphQL 3 layers API with Apollo-server, Dataloader and Knex
- GraphQL is the new way to request data from frontend client. It uses a single endpoint and let us save requests and data. However, we move the N+1 query problem from frontend to the database layer. Dataloader comes to the rescue !