async-graphql 2.0.0-alpha.21

A GraphQL server library implemented in Rust
Documentation
1
2
3
4
5
6
7
pub trait TypeMarkScalar {}
pub trait TypeMarkObject {}
pub trait TypeMarkInterface {}
pub trait TypeMarkUnion {}
pub trait TypeMarkEnum {}
pub trait TypeMarkInputObject {}
pub trait TypeMarkSubscription {}