nhost / nhost-dart

Nhost Dart & Flutter packages
https://nhost.io
MIT License
90 stars 32 forks source link

Run gql query from flutter tests without mocking #136

Closed vipafattal closed 7 months ago

vipafattal commented 7 months ago

I am trying to get actual data from Nhost Cloud using the gql query from Flutter tests but it always returns 400, I tried overriding the HTTP client in NhostClient but the request never reached my HTTP client.