davidyaha / graphql-redis-subscriptions

A graphql subscriptions implementation using redis and apollo's graphql-subscriptions
MIT License
1.11k stars 126 forks source link

Fix types for AsyncIterator #499

Open casey-chow opened 2 years ago

casey-chow commented 2 years ago

Per upstream change in graphql-subscriptions (https://github.com/apollographql/graphql-subscriptions/pull/232) it would make sense to propagate the fix to this library once released. Otherwise, an update to graphql-subscriptions will break type check on this library.

williamrijksen commented 2 weeks ago

@casey-chow https://github.com/davidyaha/graphql-redis-subscriptions/pull/636