# async-graphql/async-graphql

A GraphQL server library implemented in Rust

Repository: https://github.com/async-graphql/async-graphql
Canonical: https://ross.abutalabs.com/products/async-graphql
Homepage: https://async-graphql.github.io/
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: rust-lang, rust-crate, async-await, graphql, server, rust, hacktoberfest
Last push: 2026-04-21T22:43:58+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 78, release rhythm 35, longevity 100
- inputs: {"age_days": 2376, "days_push": 134, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3684, forks 532 (observed 2026-08-28T04:08:13.841728+00:00)

## What it is
A high-performance, fully specification-compliant GraphQL server library for Rust built on async/await. It integrates with web frameworks like Poem, Actix, and Axum and supports both static and dynamic schema definitions.

## Use cases
- build a graphql api in rust
- serve graphql queries over http
- create a typed graphql schema with rust macros
- add a graphql endpoint to an existing rust web service
- build a dynamically constructed graphql schema at runtime

## When to choose
- you are building a graphql backend in rust and want spec compliance and performance
- you need integration with popular rust async web frameworks
- you want a safe-rust (no unsafe code) graphql implementation

## When to avoid
- you need a graphql client rather than a server
- you are not using rust
- you want a standalone graphql gateway service rather than an embedded library

## Facets
- artifact type: library
- maturity: stable
- function: graphql, api-framework, http-server, web-framework
- domain: web-development, backend, apis
- platform: rust
- tags: async, graphql-server, spec-compliant, safe-rust

## Member repositories
- async-graphql/async-graphql (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:13.841728+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:11.244352+00:00, confidence not recorded.
  - readme: https://github.com/async-graphql/async-graphql (fetched 2026-08-28T04:08:13.841728+00:00, sha 40f295bbc80b)
  - homepage: https://async-graphql.github.io/ (fetched 2026-08-29T09:24:59.344506+00:00, sha 44136fa355b3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
