twitch-graphql
twitch-graphql copied to clipboard
Is it time to move away from GraphQLModules?
We no longer make use of any of the features of GraphQL Modules, and it's brought on a lot of headaches. The only benefit is slightly cleaner code and less importing for the end user, but frankly, I'm not sure that it's worth it anymore.
We could also deprecate the modules and leave it to resolvers and schemas, while making it clear that they are no longer supported for at least a few months before taking them out entirely.