Closed danielberkompas closed 6 years ago
I figured out how to make GraphQL a client on the logic app's PubSub interface. The API app simply listens to topics, and when appropriate, repeats the messages in a way that will cause them to propagate as websocket notifications.
I've found a better way to do PubSub. Closing this down in favor of a new PR.
I figured out how to make GraphQL a client on the logic app's PubSub interface. The API app simply listens to topics, and when appropriate, repeats the messages in a way that will cause them to propagate as websocket notifications.