jaydenseric / apollo-upload-client

A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and GraphQL operation).
https://npm.im/apollo-upload-client
1.53k stars 156 forks source link

chore: upgrade @apollo/client to the latest #313

Closed j-elmer123 closed 1 year ago

j-elmer123 commented 1 year ago

upgrade @apollo/client to 3.8.3 to use the correct ApolloLink

j-elmer123 commented 1 year ago

HI @jaydenseric

just wanted to let you know that this PR related to https://github.com/DefinitelyTyped/DefinitelyTyped/pull/66614

j-elmer123 commented 1 year ago

Ah ok, thx for the info, since Ive got error about ApolloLink when I upgrade my apollo client. Will close this then