The GraphQL server library implemented by rust

Crates.io version Download docs.rs docs

async-graphql is a GraphQL server library that fully supports async/await and is easy to use.

It supports all of the GraphQL specifications and is easy to integrate into existing web servers.

Example

shell script cargo run --example actix-web

Open http://localhost:8000 in browser

Benchmark

shell script git clone https://github.com/sunli829/graphql-benchmark cargo run --release

Features

Integrations

Goals

License

Licensed under either of

References

Contribute

Welcome to contribute !