You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 apollographql/apollo-server#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.
The text was updated successfully, but these errors were encountered:
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 apollographql/apollo-server#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.
The text was updated successfully, but these errors were encountered: