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 132 forks source link

Misordered multipart fields; files should follow ‘map’ #387

Closed appasaheb4 closed 4 months ago

appasaheb4 commented 4 months ago

facing issue: Misordered multipart fields; files should follow ‘map’

appasaheb4 commented 4 months ago

issue fixed. app.use( '/graphql', graphqlUploadExpress({ maxFileSize: 10000000, maxFiles: 10 }), ); app.use('/api', formData.parse());