mirror of https://github.com/requarks/wiki
parent
b3d9a183ea
commit
d5a5820c2f
@ -1,6 +0,0 @@
|
||||
const { graphqlUploadExpress } = require('graphql-upload')
|
||||
|
||||
/**
|
||||
* GraphQL File Upload Middleware
|
||||
*/
|
||||
module.exports = graphqlUploadExpress({ maxFileSize: 5000000, maxFiles: 20 })
|
Loading…
Reference in new issue