pub type ApiSchema = Schema<QueryRoot, MutationRoot, EmptySubscription>;Expand description
The schema type with Query and Mutation roots
Aliased Typeยง
pub struct ApiSchema(/* private fields */);pub type ApiSchema = Schema<QueryRoot, MutationRoot, EmptySubscription>;The schema type with Query and Mutation roots
pub struct ApiSchema(/* private fields */);