Posts tagged with: #graphql

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 →

Let's Build a GraphQL Server in Go, Part 1

This is the first in a series of posts covering the process of building a simple yet full featured GraphQL server in Go. In this post we will use gqlgen and sqlc to build a working GraphQL server backed by a PostgreSQL database, and capable of performing basic CRUD operations.

Read more →