apollo2-subscriptions-how-to icon indicating copy to clipboard operation
apollo2-subscriptions-how-to copied to clipboard

Apollo Server 2 how to setup subscriptions

Results 4 apollo2-subscriptions-how-to issues
Sort by recently updated
recently updated
newest added

validateSDL , specifiedSDLRules , ValidationRule and many others

Is this subscriptions setup subject to the production notice given [here](https://www.apollographql.com/docs/graphql-subscriptions/external-pubsub.html)? "This is not suitable for running in a serious production app, because there is no way to share subscriptions...

Bumps [mongoose](https://github.com/Automattic/mongoose) from 5.1.5 to 5.7.7. Changelog *Sourced from [mongoose's changelog](https://github.com/Automattic/mongoose/blob/master/History.md).* > 5.7.7 / 2019-10-24 > ================== > * fix(populate): make populate virtual consistently an empty array if local field...

dependencies

I'm using Apollo Server 2 and Express.js vanilla (with `apollo-server-express`). Everything works good also with **Subscriptions** except the **Express session** mechanism. **The problem:** I'm using **cookie-session** (https://github.com/expressjs/cookie-session, but I think...