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

Update fs-capacitor and corresponding tests #132

Closed mike-marcacci closed 5 years ago

mike-marcacci commented 5 years ago

This updates the fs-capacitor dependency, which has removed special treatment of "terminating" events to be more in line with the rest of the stream ecosystem.

This may fix #131.

jaydenseric commented 5 years ago

Nice! What semver is this, a patch?