graphql-go/graphql
An implementation of GraphQL for Go / Golang observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 88
- Release rhythm 8
- 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: n/a
- age_days: 4063
- days_rel: n/a
- days_push: 72
- n_releases_24m: 0
Adoption not part of the score
10142 stars · 846 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
graphql-go/graphql is a Go implementation of the GraphQL specification, following the official graphql-js reference implementation. It supports queries, mutations, and subscriptions, letting developers define schemas and resolvers in pure Go.
Use cases
- build a graphql api in go
- define graphql schemas with go resolvers
- add subscriptions to a go backend
- serve graphql queries over http in golang
- replace graphql-js with a go implementation
When to choose
- you want a pure-Go GraphQL implementation with no code generation
- you need queries, mutations, and subscriptions in a Go service
- you want a mature library closely following the graphql-js spec
When to avoid
- you prefer schema-first development with generated typed code (e.g. gqlgen)
- you need a batteries-included HTTP handler out of the box (use graphql-go-handler or a framework)
- your project is not written in Go
Facets
library · maturity stable
graphql api-framework http-server web-development backend apis go cross-platform graphql-server schema-definition subscriptions golang web-server
1 source
- readme: https://github.com/graphql-go/graphql · fetched 2026-08-28 · 35c09210eb50
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| graphql-go/graphql | main | 62 |
For agents
markdown · JSON · MCP: product_card(name="graphql-go/graphql")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem