apollographql / meteor-integration

🚀 meteor add apollo
http://dev.apollodata.com/core/meteor.html
108 stars 45 forks source link

v3.0.0 #124

Closed lorensr closed 6 years ago

lorensr commented 6 years ago

Fixes #123

See new docs: https://github.com/apollographql/apollo-client/pull/3739

moberegger commented 6 years ago

I think it would be nice to include the convenient meteorAccountsLink from v2 for those not using Apollo Boost. Perhaps make it a lazy module, too!

api.mainModule("client.js", "client", { lazy: true });
lorensr commented 6 years ago

Thanks, good point! Added a MeteorAccountsLink() that can take a variable header field name. Docs PR updated as well

moberegger commented 6 years ago

Nice! Thank you for doing this!

ghost commented 6 years ago

Thank you so much for this, do you think it's going to be merge soon ?