-
Notifications
You must be signed in to change notification settings - Fork 2k
Add official Apollo package for MeteorJS to integration table #8055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 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
@Hardanish-Singh
Hardanish-Singh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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?
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.