davidyaha / graphql-redis-subscriptions

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

feat: switch to graphql-subscriptions-continued for proper typing #608

Open Aeolun opened 1 year ago

Aeolun commented 1 year ago

This updates the types so there's no need for a duplicate version from what's already in graphql-subscriptions (or was in the 3.0 release branch anyway, which I just released as graphql-subscriptions-continued).

Completely up to you whether you want to trust an unproven library not published by apollo directly, but I don't want to wait around for them to finally fix the types, and since I fixed it there, and will publish this fork for my own use anyway, might as well push it upstream if you want it 😉

Rich43 commented 9 months ago

Thank you, I was completely stuck. This helped me to unblock my project.