AppSchema

Type Alias AppSchema 

Source
pub type AppSchema = Schema<Query, Mutation, EmptySubscription>;
Expand description

GraphQL schema type

Aliased Typeยง

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