-
-
Notifications
You must be signed in to change notification settings - Fork 310
Apollo Client v4 compatibility #2372
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 Client v4 compatibility #2372
Conversation
Because it is EOL
To avoid error during cloudflare/wrangler-action as explained in cloudflare/wrangler-action#181
* Drop support for GraphQL 15 Fixes the-guild-org#2324 * chore(dependencies): updated changesets for modified dependencies --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
6fb3d0a to
2f5146c
Compare
I used to have a warning or error (don't remember) about react/rehackt when I was doing ... something... maybe building the demo app... But I don't see this anymore, so thank for reverting my change. I also reverted it in our docs.
Don't worry about that. I'll take care of it when merging. |
|
@jerelmiller, thank you a lot for all your work here, and all your hard work at apollo-client too. I really have no idea when I would have found so much time to do it myself. Thanks ! 👍 |
|
@PowerKiKi you're very welcome! Glad I could help! Appreciate the kind words ❤️ |
I've got a large chunk of the code updated to use the new types and remove some features that no longer exist in Apollo Client 4.0 (many of them
ObservableQuerymethods).This isn't 100% complete so I'm leaving this in draft now. If possible, I could use a little bit of help figuring out why some of the tests/types fail. At the very least, this should provide significant progress!
I will continue a bit more work on this, but wanted to get some initial work out there and start a discussion. Thanks!
Checklist:
was reached (not necessary for small changes)