apollo-server icon indicating copy to clipboard operation
apollo-server copied to clipboard

Add official Apollo package for MeteorJS to integration table

Open StorytellerCZ opened this issue 8 months ago • 5 comments

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.

StorytellerCZ avatar Apr 08 '25 19:04 StorytellerCZ

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.

codesandbox-ci[bot] avatar Apr 08 '25 19:04 codesandbox-ci[bot]

✅ 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

svc-apollo-docs avatar Apr 08 '25 19:04 svc-apollo-docs

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?

glasser avatar Jul 03 '25 23:07 glasser

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.

StorytellerCZ avatar Jul 04 '25 09:07 StorytellerCZ

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?

glasser avatar Jul 07 '25 17:07 glasser