graphql-subscriptions-continued
JSON →A community-maintained fork of the original graphql-subscriptions package (v2 branch), updated to version 3.0.3 with modern TypeScript types and async iterator support. This package provides a simple pub/sub mechanism (default EventEmitter-based) to implement GraphQL subscriptions, allowing decoupled communication between mutation resolvers and subscription resolvers. It retains the exact same API as the original, making migration seamless for existing users. Peer dependency on graphql ^15.7.2 || ^16.0.0. The fork exists because the original library was near-abandoned, but this version tracks the release-3.0 branch for compatibility with graphql-code-generator. Alternative to using graphql-subscriptions (original) or other subscription libraries like graphql-ws.