jaydenseric / graphql-upload

Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
https://npm.im/graphql-upload
MIT License
1.43k stars 132 forks source link

[v14.0.0] No "main" export in package.json causes import failures #305

Closed stewartmcgown closed 2 years ago

stewartmcgown commented 2 years ago

Package.json does not export a barrel file index, so all existing code must be update to support imports from each unique file inside the package

image
koresar commented 2 years ago

@ajolsavsky there is no monopoly. See the module named:

graphql-upload-minimal

martialanouman commented 2 years ago

Simply said, if you're not ready for the enlightenment, just stick with the @13 version 😄 or use graphql-upload-minimal package

tommaso-merlini commented 1 year ago

yarn add graphql-upload@13

love you

prasanna-colan commented 1 year ago

yarn add graphql-upload@13

It works.