Add official Apollo package for MeteorJS to integration table
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.
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 ready
The preview is ready to be viewed. View the preview
File Changes
0 new, 1 changed, 0 removed
* (developer-tools)/apollo-server/(latest)/shared/integration-table.mdx
Build 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?