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