99designs/gqlgen
go generate based graphql server library observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 99
- Release rhythm 92
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 13.0
- age_days: 3125
- days_rel: 55
- days_push: 9
- n_releases_24m: 45
Adoption not part of the score
10753 stars · 1252 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
gqlgen is a Go library for building GraphQL servers using a schema-first approach with code generation. It generates type-safe resolvers and models from GraphQL Schema Definition Language files, avoiding untyped map[string]interface{} code.
Use cases
- build a graphql server in go
- generate type-safe graphql resolvers from a schema
- schema-first graphql api development
- implement graphql subscriptions in golang
- avoid n+1 queries with dataloader in graphql
- generate go models from graphql schema
- create a typed graphql api backend
When to choose
- you want a schema-first, type-safe GraphQL server in Go
- you prefer code generation over runtime reflection for GraphQL
- you need subscriptions, dataloader, or custom directives in a Go API
- you want to avoid map[string]interface{} in your GraphQL layer
When to avoid
- you prefer writing resolvers by hand without codegen
- your project is not in Go
- you need a schema-last (code-first) GraphQL approach
- you want a runtime-only GraphQL library with minimal build steps
Facets
library · maturity stable
graphql api-framework http-server web-development backend apis developer-tools go cross-platform schema-first dataloader subscriptions type-safety graphql-server go-generate codegen web-server
3 sources
- readme: https://github.com/99designs/gqlgen · fetched 2026-08-28 · 2b724edde9c7
- homepage: https://gqlgen.com · fetched 2026-08-29 · abad74f6d101
- site_page: https://gqlgen.com/getting-started · fetched 2026-08-29 · 76f31c6c31a0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 99designs/gqlgen | main | 97 |
For agents
markdown · JSON · MCP: product_card(name="99designs/gqlgen")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem