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.25k stars 620 forks source link

Adding custom header test, this required to change a little bit the mock server #1026

Open vincenzopalazzo opened 2 years ago

vincenzopalazzo commented 2 years ago

With the following PR https://github.com/zino-hofmann/graphql-flutter/pull/1016 I introduce the possibility to set the custom header in the socket client conf, but the tests are missing.

I open an issue to remember me that I should probably implement this test, but any help is welcome.