pub type AppSchema = Schema<Query, Mutation, EmptySubscription>;
GraphQL schema type
pub struct AppSchema(/* private fields */);