async-graphql 0.5.0

The GraphQL server library implemented by rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod bool;
mod floats;
mod id;
mod integers;
mod string;

#[cfg(feature = "chrono")]
mod datetime;
#[cfg(feature = "uuid")]
mod uuid;

pub use id::ID;