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