You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use [Apollo Boost](https://npm.im/apollo-boost), [migrate to a manual Apollo Client setup](https://apollographql.com/docs/react/advanced/boost-migration).
18
18
19
-
Initialize [Apollo Client](https://apollographql.com/docs/link#apollo-client) with a terminating [Apollo Link](https://apollographql.com/docs/link) using [`createUploadLink`](#function-createuploadlink).
19
+
Initialize [Apollo Client](https://apollographql.com/docs/link#apollo-client) with a terminating*[Apollo Link](https://apollographql.com/docs/link) using [`createUploadLink`](#function-createuploadlink).
20
+
21
+
*The **createUploadLink** replaces the terminating **HTTPLink** in the ApolloClient. [issue](https://github.com/jaydenseric/apollo-upload-client/issues/89#issuecomment-384923295)
20
22
21
23
Also ensure the GraphQL server implements the [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) and that uploads are handled correctly in resolvers.
0 commit comments