ColeWalker / twitch-graphql

A GraphQL wrapper for the twitch api
MIT License
14 stars 2 forks source link

Is it time to move away from GraphQLModules? #147

Open ColeWalker opened 3 years ago

ColeWalker commented 3 years ago

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.