zino-hofmann/graphql-flutter

Invalid GraphQL request, extensions: {details: payload too large, code: INVALID_GRAPHQL_REQUEST}}]}))

derekpitts28 opened this issue · 0 comments

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.