Ross ROSS = Recommend OSS · open-source software intelligence for agents

graphql/graphql-js

A reference implementation of GraphQL for JavaScript observed · 2026-08-28

github.com/graphql/graphql-js · homepage · TypeScript · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
graphql/graphql-jsmain96

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