Open tab00 opened 6 years ago
I have tried these new changes as of a few days ago. While it works, I ran into another issue where I needed to stop GraphQL websockets from conflicting with Meteor's websocket, and the fix unfortunately required direct access to SubscriptionServer
. Until I can find a way to do this in the newest version, I still recommend using the old version for now. I'll update here when it seems safe to upgrade.
There have been many updates to Apollo and Meteor-Apollo.
Particularly, you no longer need to create a
SubscriptionServer
.Please update this example to adapt to the changes.
Here's some example code: