Official Apollo meteor-integration 3.0.0 is out

There hasn’t been much talk about the latest apollographql/meteor-integration, and I only discovered it after quite a bit of searching and testing.

Since I think the update should receive far more attention than it has, now I’ve been updating various Meteor-Apollo discussions to point out the latest relevant updates.

apollographql/meteor-integration now has MeteorAccountsLink for client-side and getUser() for server-side.

There is a simple implementation at https://github.com/lorensr/test-meteor-apollo.

The README.md file of the repository, the official documentation Integrating with Meteor, and the official Meteor + Apollo boilerplate are all now obsolete and urgently need to be updated.

6 Likes

I get MeteorAccountsLink is not a constructor error any ideas?

It’s been a while since I’ve been on here as I’ve been extremely busy. But I wanted to let everyone know that I’ve updated my simple implementation of Meteor-Apollo integration at https://github.com/tab00/test-meteor-apollo.

It now no longer needs to start a separate SubscriptionServer, and it now uses a SQLDataSource thanks to https://github.com/cvburgess/SQLDataSource

I hope this gets more people trying and supporting Meteor-Apollo integration.

MDG’s official documentation still needs to be updated as I had written last year in the original post above.