UNPKG

apollo-upload-client

Version:

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

11 lines (8 loc) 212 B
// @ts-check export { default } from "extract-files/isExtractableFile.mjs"; /** * An extractable file. * @typedef {import( * "extract-files/isExtractableFile.mjs" * ).ExtractableFile} ExtractableFile */