Hi,
I'm writing Go / GraphQL applications and I'm looking to make everything a "module" / "plugin".
Is there any plan to allow slice of schemas and resolvers for MustParseSchema
so we can import GraphQL "modules" and make them live on the same GraphQL mux?
Thanks.