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).
## Issue description This option is present in [createHttpLink](https://github.com/apollographql/apollo-client/blob/main/src/link/http/createHttpLink.ts#L40), but missing in `createUploadLink` Reason why this option was added is explained here: https://github.com/apollographql/apollo-client/pull/7127 ## What changes have been made? - added `includeUnusedVariables` option support ([same approach as in apollo-client repo](https://github.com/apollographql/apollo-client/blob/main/src/link/http/createHttpLink.ts#L115)) - added tests
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by storm2513 and has received 0 comments.