I made some researches in GraphQL and Apollo. And I like it.
Queries and Mutations are amazing.
But I have some questions about Apollo subscriptions
-
Imagine two Apps and one MongoDB. First App - pure Meteor App, second - Apollo, Meteor+Apollo. In first App you add/update something throught Meteor method and everybody get it throught Meteor pub/sub. How get this, from first App, add/update in second app with Apollo subscription?
-
How create publishComposite analog with Apollo subscription?
-
How create Apollo subscription, which depend on 3,4,5+ params?
-
How stop/rerun Apollo subscription like
mixmax:smart-disconnect
do for pure Meteor apps?
Maybe you know some articles/tuts about these questions…I’ll be very grateful