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

fastify-gql support #189

Closed artecoop closed 4 years ago

artecoop commented 4 years ago

Has anyone tried to support fastify-gql via fastify-multipart (or similar)? I'd love to help.

bmullan91 commented 4 years ago

@jaydenseric I've created a fastify plugin that utilises processRequest - https://www.npmjs.com/package/fastify-gql-upload, seems to do the trick 👍

mike-marcacci commented 4 years ago

@artecoop it looks like @bmullan91 has your answer there! I'll close this here and let the discussion continue in the relevant repo.