Ably is a pub/sub messaging platform with a suite of integrated services and cross-protocol and cross-platform support to deliver realtime messages. In the context of GraphQL, we can use it to publish when a mutation is fired and subscribe to the result through a subscription query.
The linked package implements the PubSubEngine Interface from the graphql-subscriptions package and also the new AsyncIterator interface. It allows you to connect your subscription manger to an Ably PubSub mechanism to support multiple subscription manager instances.
NPM package
Ably is a pub/sub messaging platform with a suite of integrated services and cross-protocol and cross-platform support to deliver realtime messages. In the context of GraphQL, we can use it to publish when a mutation is fired and subscribe to the result through a subscription query. The linked package implements the PubSubEngine Interface from the graphql-subscriptions package and also the new AsyncIterator interface. It allows you to connect your subscription manger to an Ably PubSub mechanism to support multiple subscription manager instances. NPM package