async-graphql 1.11.3

The GraphQL server library implemented by rust
Documentation
# Feature Comparison

Comparing Features of Other Rust GraphQL Implementations

**Please let me know if there is anything wrong.**

|                | async-graphql | juniper(0.14.2) |
|----------------|---------------|-----------------|
| async/await    | 👍            | ⛔️              |
| Rustfmt friendly(No DSL) | 👍          | ⛔️  |
| Boilerplate    | less          | some            |
| Query          | 👍            | 👍              |
| Mutation       | 👍            | 👍               |
| Type Safety    | 👍            | 👍               |
| Interfaces     | 👍            | 👍               |
| Union          | 👍            | 👍               |
| Dataloading    | 👍            | 👍               |
| Custom Scalar   | 👍           | 👍               |
| Custom Error   | 👍            | 👍               |
| Extensions     | 👍            | ⛔️               |
| Cursor Connections  | 👍            | ⛔️               |
| Query complexity/depth     | 👍            | ⛔️               | 
| Input validators | 👍         | ⛔️               |
| Field guard | 👍              | ⛔️               |
| Multipart request(upload file) | 👍 | ⛔️               |
| Subscription   | 👍            | ⛔️               |
| Opentracing     | 👍         | ⛔️               |
| Apollo Federation | 👍         | ⛔️               |
| Apollo Tracing | 👍         | ⛔️               |