apollo-upload-server(latest: 7.1.0) Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
graphql-upload(latest: 16.0.2) Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
extract-files(latest: 13.0.0) A function to recursively extract files and their object paths within a value, replacing them with null in a deep clone without mutating the original value. FileList instances are treated as File instance arrays. Files are typically File and Blob instance
fake-tag(latest: 5.0.0) A fake template literal tag to trick syntax highlighters, linters and formatters into action.
apollo-upload-client(latest: 19.0.0) 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