Go to file
2020-05-27 10:25:23 +08:00
.github/workflows Fix compilation errors 2020-05-16 13:08:03 -03:00
async-graphql-actix-web v1.13.2 2020-05-22 14:16:14 +08:00
async-graphql-derive Add the method parameter to the interface field. #112 2020-05-27 10:25:23 +08:00
async-graphql-lambda v1.13.2 2020-05-22 14:16:14 +08:00
async-graphql-parser Implement a type-safe default value definition for InputValue. #111 2020-05-26 20:43:53 +08:00
async-graphql-tide v1.13.2 2020-05-22 14:16:14 +08:00
async-graphql-warp v1.13.2 2020-05-22 14:16:14 +08:00
docs Update docs 2020-05-26 23:27:50 +08:00
src Add the method parameter to the interface field. #112 2020-05-27 10:25:23 +08:00
tests Add the method parameter to the interface field. #112 2020-05-27 10:25:23 +08:00
.gitignore Add docs 2020-04-15 11:15:30 +08:00
Cargo.toml Fix typos in project description 2020-05-25 15:37:46 -06:00
feature-comparison.md Add StreamResponse type 2020-05-21 11:36:44 +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 Fix typos in project description 2020-05-25 15:37:46 -06:00

A GraphQL server library implemented in Rust

Async-graphql is a high-performance server-side library that supports all GraphQL specifications.

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

git clone https://github.com/async-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 !