danielberkompas / mithril

An Elixir architecture-in-a-box for a backend server. Supports GraphQL, Authority authentication, and more.
MIT License
80 stars 6 forks source link

Set up PubSub for GraphQL #7

Closed danielberkompas closed 6 years ago

danielberkompas commented 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.

danielberkompas commented 6 years ago

I've found a better way to do PubSub. Closing this down in favor of a new PR.