Posts tagged with: #dataloaders

Let's Build a GraphQL Server in Go, Part 2: Dataloaders

This is the second in a series of posts covering the process of building a simple yet full featured GraphQL server in Go. In this post we will focus on implementing dataloaders to improve the performance of the server.

Read more →