Is your feature request related to a problem? Please describe.
Getting payload too large error only on Android and iOS. Would like the ability to use this solution with the parser body https://github.com/apollographql/apollo-server/issues/288.
Describe the solution you'd like
Expose payload limit setter related to:
bodyParser.json({limit: '10mb'})
Describe alternatives you've considered
The backend we use is unlikely to change how they accept uploads would be nice to have this option.
Is your feature request related to a problem? Please describe. Getting payload too large error only on Android and iOS. Would like the ability to use this solution with the parser body https://github.com/apollographql/apollo-server/issues/288.
Describe the solution you'd like Expose payload limit setter related to: bodyParser.json({limit: '10mb'})
Describe alternatives you've considered The backend we use is unlikely to change how they accept uploads would be nice to have this option.