graphql/graphql-js
A reference implementation of GraphQL for JavaScript observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 98
- Release rhythm 91
- 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: 20
- age_days: 4082
- days_rel: 61
- days_push: 15
- n_releases_24m: 14
Adoption not part of the score
20343 stars · 2129 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
GraphQL.js is the JavaScript/TypeScript reference implementation of the GraphQL query language for APIs. It provides tools for building GraphQL type schemas, parsing and validating queries, and executing queries against those schemas.
Use cases
- build a GraphQL API server in Node.js
- parse and validate GraphQL queries
- define a GraphQL type schema in JavaScript
- execute GraphQL queries against a schema
- implement GraphQL subscriptions and defer/stream directives
- build custom GraphQL tooling like linters or code generators
- test GraphQL resolvers and schemas
When to choose
- you need the canonical, spec-compliant GraphQL implementation for JavaScript
- you are building a GraphQL server or schema-first tooling in Node.js
- you need low-level access to the GraphQL AST, parser, and execution engine
- you want to implement experimental GraphQL spec features like defer/stream
When to avoid
- you only need a ready-made GraphQL HTTP server with batteries included (consider Apollo Server or Yoga)
- you are building a GraphQL client and only need query execution over HTTP
- you work in a non-JavaScript language and need a native implementation
Facets
library · maturity stable
graphql parser api-framework middleware apis web-development backend developer-tools bun cross-platform graphql-schema query-execution reference-implementation typescript schema-validation resolvers nodejs deno
10 sources
- readme: https://github.com/graphql/graphql-js · fetched 2026-08-28 · 69e1b3c091b1
- homepage: http://graphql.org/graphql-js/ · fetched 2026-08-29 · 8b29ffd1a0d3
- site_page: https://www.graphql-js.org/docs/passing-arguments · fetched 2026-08-29 · cd659133f9f0
- site_page: https://www.graphql-js.org/docs/object-types · fetched 2026-08-29 · ba2fcc181c49
- site_page: https://www.graphql-js.org/docs/getting-started · fetched 2026-08-29 · 83273cd43eea
- site_page: https://www.graphql-js.org/docs/running-an-express-graphql-server · fetched 2026-08-29 · 5b0e3090b0dd
- site_page: https://www.graphql-js.org/docs/migrating-from-express-graphql · fetched 2026-08-29 · 906559ad8d4d
- site_page: https://www.graphql-js.org/docs/graphql-clients · fetched 2026-08-29 · 7e2ef732eb3b
- site_page: https://www.graphql-js.org/docs/authentication-and-express-middleware · fetched 2026-08-29 · 443137e2d5bc
- site_page: https://www.graphql-js.org/docs/basic-types · fetched 2026-08-29 · 23c0959ef886
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| graphql/graphql-js | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="graphql/graphql-js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem