async-graphql 0.5.0

The GraphQL server library implemented by rust
Documentation
1
2
3
4
5
mod registry;
mod r#type;

pub use r#type::{EnumValue, Field, InputValue, Type};
pub use registry::Registry;