jaydenseric / graphql-upload

Middleware and an Upload scalar 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 131 forks source link

[Bug] Missing "." export in "graphql-upload" package #326

Closed harrytran998 closed 2 years ago

harrytran998 commented 2 years ago

Hi @jaydenseric, thanks for your great lib. But today when I updated the latest lib --> I had a problem with this issue. I hope you can export all with '.' 😆.

jaydenseric commented 2 years ago

Hi, thanks for the kind words :)

Please refer to this comment here:

https://github.com/jaydenseric/graphql-upload/issues/327#issuecomment-1193414459

koresar commented 2 years ago

@harrytran998 I will keep my fork of graph-upload as CJS compatible forever.