Few questions about Apollo Subscription

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

  1. 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?

  2. How create publishComposite analog with Apollo subscription?

  3. How create Apollo subscription, which depend on 3,4,5+ params?

  4. 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

1 Like