ApiSchema

Type Alias ApiSchema 

Source
pub type ApiSchema = Schema<QueryRoot, MutationRoot, EmptySubscription>;
Expand description

The schema type with Query and Mutation roots

Aliased Typeยง

pub struct ApiSchema(/* private fields */);