-
-
Notifications
You must be signed in to change notification settings - Fork 156
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-upload-client doesn't have compatibility with apollo-client >= v3.5.0 #273
Comments
I originally intended to work on this issue last week, but the other project I wanted to finish first hit a few snags and I couldn't get it done before going on a pre-planned hiking trip in the bush over the weekend. Also, my new MacBook Pro arrived and I've been fiddling around migrating from the old machine. Apollo have acknowledged this issue is a due to a breaking change that they incorrectly published in an Apollo Client semver non-major release, and they have a PR that will fix the problem soon: apollographql/apollo-client#9103 . We will still add support for the new |
Closing because this issue should be fixed in Apollo Client v3.5.5: We can track adding support for the new |
Thanks @jaydenseric !! |
HttpLink has accepts
print
option since apollo-client v3.5.0.https://github.com/apollographql/apollo-client/pull/8699/files
In this change, arguments of
selectHttpOptionsAndBody
function also changed which is used increateHttpLink
.https://github.com/apollographql/apollo-client/pull/8699/files#diff-302faec6602520ccb4f8947dc7614daf1c40de0c264de8dbcd4104502ac3f5a0R116
We need to add
print
option toselectHttpOptionsAndBody
throughcreateHttpLink
to get along with apollo-client >= v3.5.0.The text was updated successfully, but these errors were encountered: