Go to file
2020-04-15 12:26:40 +08:00
.github/workflows Update book 2020-04-15 12:26:40 +08:00
async-graphql-actix-web v1.9.1 2020-04-14 12:09:59 +08:00
async-graphql-derive v1.9.1 2020-04-14 12:09:59 +08:00
async-graphql-warp Update warp example 2020-04-14 14:00:34 +08:00
docs Update book 2020-04-15 12:26:40 +08:00
src Update lib.rs 2020-04-14 11:44:49 +08:00
tests v1.9.0 2020-04-14 09:53:17 +08:00
.gitignore Add docs 2020-04-15 11:15:30 +08:00
Cargo.toml v1.9.1 2020-04-14 12:09:59 +08:00
LICENSE-APACHE add some files 2020-03-01 21:56:14 +08:00
LICENSE-MIT add some files 2020-03-01 21:56:14 +08:00
README.md Update Readme 2020-04-14 11:44:08 +08:00

The GraphQL server library implemented by rust

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

https://github.com/sunli829/async-graphql-examples

Benchmark

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

Features

  • Fully support async/await
  • Type safety
  • Rustfmt friendly (Procedural Macro)
  • Custom scalar
  • Minimal overhead
  • Easy integration (hyper, actix_web, tide ...)
  • Upload files (Multipart request)
  • Subscription (WebSocket transport)
  • Custom extension
  • Apollo Tracing extension
  • Limit query complexity/depth
  • Error Extensions
  • Apollo Federation

Integrations

License

Licensed under either of

References

Contribute

Welcome to contribute !