Add official Apollo package for MeteorJS to integration table#8055
Add official Apollo package for MeteorJS to integration table#8055StorytellerCZ wants to merge 1 commit intoapollographql:mainfrom
Conversation
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 0 new, 1 changed, 0 removedBuild ID: c616d7155c5833fff5ba39e2 URL: https://www.apollographql.com/docs/deploy-preview/c616d7155c5833fff5ba39e2 |
|
Hi! Been a while since I looked at Atmosphere. I'm a bit confused. Your link goes to this page: https://atmospherejs.com/meteor/apollo which links to https://github.com/meteor/apollo/ (though the README links dead repos like https://github.com/apollostack/meteor-integration) This doesn't seem to use Apollo Server at all, just Apollo Client? |
|
We have made it so that you have to install both client and server on your own which allows users to update their version as they want (instead of waiting for us to update the package every time). The package adds context about the user (Authorization), hence integrating it with the rest of the Meteor stack. So it is both client and server. |
|
I understand that it involves Apollo software and software that is run on your server, but I don't see anything in the repo that has to do with Apollo Server. Am I missing something? |
trevor-scheer
left a comment
There was a problem hiding this comment.
i'm leaving a review since i can't remove my request for review anymore without admin privileges and i'd like to remove this from my list of PRs to review. sorry for the noise!
Adding the official MeteorJS Apollo package to the integration table. This package was originally created by the people behind Apollo GraphQL and updated by me (and few others) to use latest Apollo and MeteorJS v3.