# The GraphQL server library implemented by rust
Crates.io version Download docs.rs docs
## Documentation * [GitHub repository](https://github.com/sunli829/async-graphql) * [Cargo package](https://crates.io/crates/async-graphql) * Minimum supported Rust version: 1.39 or later ## Goals - [ ] Types - [X] Scalar - [X] Integer - [X] Float - [X] String - [X] Bool - [X] ID - [X] DateTime - [X] UUID - Complex Types - [X] List - [X] Non-Null - [ ] Object - [X] Enum - [ ] InputObject - [ ] Interface - [ ] Union - [ ] Query - [X] Fields - [X] Arguments - [X] Alias - [ ] Fragments - [ ] Inline fragments - [X] Operation name - [X] Variables - [ ] Directives - [ ] Schema ## References * [GraphQL](https://graphql.org)