There is array of pub sub implementations upstream: https://github.com/apollographql/graphql-subscriptions#pubsub-implementations Targets here will be to:
- determine what protocol needs to be used Stomp/MQTT? - Try to test this end to end with upstream integrations. For example: https://github.com/davidyaha/graphql-mqtt-subscriptions - Document production usage with suggested solution possibly as example app? |
|