meteor-integration
meteor-integration copied to clipboard
🚀 meteor add apollo
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.15. Commits - [`ddfd9b1`](https://github.com/lodash/lodash/commit/ddfd9b11a0126db2302cb70ec9973b66baec0975) Bump to v4.17.15. - [`b185fce`](https://github.com/lodash/lodash/commit/b185fcee26b2133bd071f4aaca14b455c2ed1008) Rebuild lodash and docs. - [`be87d30`](https://github.com/lodash/lodash/commit/be87d303941222b97c482755afc0f4a77ce46c30) Bump to v4.17.14. - [`a6fe6b1`](https://github.com/lodash/lodash/commit/a6fe6b1e174fd02b5e60eb2664405f4c1262c300) Rebuild lodash and docs. -...
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.11.0 to 1.16.1. Release notes *Sourced from [sshpk's releases](https://github.com/joyent/node-sshpk/releases).* > ## v1.16.1 > * Fixes for [#60](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/60) (correctly encoding certificates with expiry dates >=2050), [#62](https://github-redirect.dependabot.com/joyent/node-sshpk/issues/62) (accepting PKCS#8...
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.0 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md).* > 3.0.2 / 2018-07-19 > ================== > * [Fix] Prevent merging `__proto__` property ([#48](https://github-redirect.dependabot.com/justmoon/node-extend/issues/48)) > * [Dev Deps] update...
https://www.apollographql.com/docs/react/recipes/meteor.html#Subscriptions
I'm trying to add apollo-server-express to my Meteor application. I am following the documentation: https://www.apollographql.com/docs/react/recipes/meteor#Server using `meteor add apollo` ``` SyntaxError: Unexpected token = at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25)...
For every request made by a logged in user `getUserForContext` fetch the entire user doc. Normally only the userId (+ a role flied) is relevant for access controlling. It would...
Cross-posted from https://github.com/apollostack/docs/issues/23
Is there any possibility to have access in meteor methods to the userid of the account authenticated ? as in the following repo https://github.com/orionsoft/apollo-meteor/ I need it especially because i'm...
v2 SSR docs: https://www.apollographql.com/docs/react/recipes/meteor.html#SSR This looks like it should work, but I haven't tested it: https://github.com/apollographql/meteor-integration/issues/122 Would be good to implement it in https://github.com/lorensr/test-meteor-apollo/
If you are using https://github.com/dburles/meteor-collection-helpers to add helpers to users, they aren't applied to the user added to the context.