@proteria/graphql-upload
v16.0.3
Published
Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
Downloads
34
Maintainers
Readme
graphql-upload-cjs
npm install @proteria/graphql-uploadSee original README for graphql-upload.
Why
36 closed issues for "ESM" in graphql-upload repo as of May 19, 2023.
How
This repo just runs a script to repackage every mjs file in graphql-upload into CJS and bundle the TypeScript definitions.
Differences
- CommonJS.
- No need to configure your TypeScript to make it pick up the types.
Build
pnpm install
pnpm run build