nhost / nhost-dart

Nhost Dart & Flutter packages

Home Page:https://nhost.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run gql query from flutter tests without mocking

vipafattal opened this issue · comments

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.