-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Apollo 2 Migration #2081
Comments
Related:
Also we will now use the official Meteor/Apollo integration: |
Here is a summary of my latest commits. Globally, beware of bugs. The current branch should work fine, but I only tested it on the Server
But... there are a few things to handle, and I am not knowledgeable enough to fix them yet:
Other things to do:
Notes from my learning:
RR4RR4 works but I did not take a look at the second point (adding callbacks, options). See #2096 for example Client
SSRI did a test with using only an Express middleware, but this can only render dead HTML, as scripts are never injected by Meteor.
Less relevant stuffs:
Note: for the moment you should be able to disable SSR by commenting the line of We will have to study thoroughly existing code in Backward compatibility and Vulcan-Starter
|
Maybe someone from the Meteor/Apollo team could help us? Or maybe @lorensr would know? |
Don't know! I had this question as well: apollographql/apollo-client#3739 (comment) |
@benjamn Is there a better way to set up Apollo Server inside Meteor? We're currently recommending https://www.apollographql.com/docs/react/recipes/meteor.html#Server |
Hi, Actually I think I figured this out wrong in the first place. It's not So my question itself does not make sense, you can't use the Apollo builtin server, at least not using the Edit:
|
Closing in favor to #2171 |
I'm opening a new thread to track my progress on the migration to Apollo 2.0 (starter repo).
Main Tasks
The text was updated successfully, but these errors were encountered: