movio / bramble

A federated GraphQL API gateway
https://movio.github.io/bramble/
MIT License
497 stars 55 forks source link

Custom HttpClient for queries to downstream services #121

Closed jainpiyush19 closed 2 years ago

jainpiyush19 commented 2 years ago

Currently there is no way to customize the underlying HTTPClient used by the GraphQLClient.

There are many different usecases where HTTPClient needs to be customzied like introducing circuit breakers or custom roundtrippers.

I would like to introduce a new option to set custom HTTPClient.

pkqk commented 2 years ago

Added to v1.3.4