Open totzk9 opened 1 hour ago
The graphql-v5.2.0-beta.9 dependency package being used in nhost-dart SDK added a 5 second timeout which causes Nhost apps to fail abrupty.
nhost-dart
graphql-v5.2.0-beta.9 related commit: https://github.com/zino-hofmann/graphql-flutter/commit/6180841e9b703d9c312ea29e575dece973c691bc
We should add an optional parameter to be able to increase the Timeout in createNhostGraphQLClientForAuth.
createNhostGraphQLClientForAuth
Currently working on a PR for this.
Awesome, thanks for the report and for the PR :)
The graphql-v5.2.0-beta.9 dependency package being used in
nhost-dart
SDK added a 5 second timeout which causes Nhost apps to fail abrupty.graphql-v5.2.0-beta.9 related commit: https://github.com/zino-hofmann/graphql-flutter/commit/6180841e9b703d9c312ea29e575dece973c691bc
We should add an optional parameter to be able to increase the Timeout in
createNhostGraphQLClientForAuth
.