async-graphql 2.7.3

A GraphQL server library implemented in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# Integrations

`Async-graphql` supports several common Rust web servers.

- Actix-web [async-graphql-actix-web]https://crates.io/crates/async-graphql-actix-web
- Warp [async-graphql-warp]https://crates.io/crates/async-graphql-warp
- Tide [async-graphql-tide]https://crates.io/crates/async-graphql-tide
- Rocket [async-graphql-rocket]https://github.com/async-graphql/async-graphql/tree/master/integrations/rocket

**Even if the server you are currently using is not in the above list, it is quite simple to implement similar functionality yourself.**