Building a GraphQL API

Learn how to build a GraphQL API using Go and Encore

Encore has great support for GraphQL with its type-safe approach to building APIs.

Encore's automatic tracing also makes it easy to find and fix performance issues that often arise in GraphQL APIs (like the N+1 problem).

A TypeScript tutorial for using GraphQL with Encore is coming soon.