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.

Examples

If you are just getting started, we recommend checking out our examples at: https://github.com/async-graphql/examples

To see how you would create a Relay-compliant server using async-graphql, warp, diesel & postgresql, you can also check out a real-world example at: https://github.com/phated/twentyfive-stars

Benchmark

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

Features

Integrations

License

Licensed under either of

References

Contribute

Welcome to contribute !