twitch-graphql
twitch-graphql copied to clipboard
A GraphQL wrapper for the twitch api
The tests are very slow. The solution is to test resolvers instead of doing full on integration testing by creating an apollo server instance and then querying that.
low priority since it works right now, but this will be good for the future
will need to follow this guide on tuples https://stackoverflow.com/questions/56705157/best-way-to-define-a-map-object-in-graphql-schema
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...
This PR will fix slow api tests, and merges other features in
Small fix to workflow - testing it
Some of our tests are still hitting the twitch api, which is not ideal for rapid testing.
See similar issues.