Open jpetey88 opened 3 months ago
+1 This 5 second limit is arbitrary and should be customisable at the client level (or better yet at the request level).
Our current use case that this is breaking - uploading documents frequently take > 5 seconds on slow mobile connections, and even though the upload succeeds, the response is an error (incorrectly) due to the client timeout to soon.
edit: I see a fix has been merged to main graphql-v5.2.0-beta.9, thanks!
https://github.com/zino-hofmann/graphql-flutter/blob/59bb1d5bac4890c0025f38c385dce20a3b600c03/packages/graphql/lib/src/core/query_manager.dart#L260