graph-gophers/graphql-go
GraphQL server with a focus on ease of use observed · 2026-08-28
Health v2 · maintenance only
93/100
- Activity 96
- Release rhythm 84
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 7.0
- age_days: 3606
- days_rel: 106
- days_push: 29
- n_releases_24m: 9
Adoption not part of the score
4759 stars · 494 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A GraphQL server library for Go focused on ease of use, with schema parsing, type-checked resolvers, and an HTTP relay handler. It supports context, OpenTelemetry/OpenTracing, parallel resolver execution, and subscriptions.
Use cases
- build a GraphQL API server in Go
- serve GraphQL queries over HTTP
- resolve GraphQL schemas with Go structs or interfaces
- add subscriptions to a Go GraphQL server
- avoid N+1 queries by inspecting selected fields
- add tracing to GraphQL resolvers with OpenTelemetry
When to choose
- you want a minimal, idiomatic Go GraphQL server library
- you prefer schema-first development with type-checked resolvers
- you need context support and parallel resolver execution
When to avoid
- you need a full GraphQL framework with code generation
- you are not building a Go backend
- you need built-in dataloader batching rather than manual prefetching
Facets
library · maturity active
graphql http-server middleware tracing web-development backend apis go cross-platform graphql-server schema-first resolvers subscriptions
1 source
- readme: https://github.com/graph-gophers/graphql-go · fetched 2026-08-28 · 8a97388a918a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| graph-gophers/graphql-go | main | 93 |
For agents
markdown · JSON · MCP: product_card(name="graph-gophers/graphql-go")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem