zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.23k stars 608 forks source link

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

Open derekpitts28 opened 1 month ago

derekpitts28 commented 1 month ago

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.