movio / bramble

A federated GraphQL API gateway
https://movio.github.io/bramble/
MIT License
497 stars 55 forks source link

Support the subscription operation type #23

Open pkqk opened 3 years ago

pkqk commented 3 years ago

There are no current plans for implementing subscriptions.

This is a placeholder issue for discussing implementing subscriptions.

The main issue to consider is how long held connections (eg. via websockets) would affect the stateless design of the main bramble server process.

gmac commented 2 years ago

FWIW, this package claims to be an Apollo port with the inclusion of subscriptions, so might be worth a look for those concerned with subscription support https://github.com/jensneuse/graphql-go-tools.