twitch-graphql icon indicating copy to clipboard operation
twitch-graphql copied to clipboard

A GraphQL wrapper for the twitch api

Results 14 twitch-graphql issues
Sort by recently updated
recently updated
newest added

Header based auth is insecure.

enhancement
typescript
difficult

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.

enhancement
good first issue
typescript
easy
testing

low priority since it works right now, but this will be good for the future

enhancement
good first issue
typescript
low priority

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

hacktoberfest-approved

Small fix to workflow - testing it

Some of our tests are still hitting the twitch api, which is not ideal for rapid testing.

bug
typescript
testing
high priority

See similar issues.

difficult
testing
high priority
needs research

See similar issues.

difficult
testing
high priority
needs research
blocked