machinebox / graphql

Simple low-level GraphQL HTTP client for Go
https://blog.machinebox.io/a-graphql-client-library-for-go-5bffd0455878
Apache License 2.0
933 stars 217 forks source link

Use an interface so that the library works with custom HTTP clients #67

Closed tian000 closed 1 year ago

tian000 commented 3 years ago

I would like to use a custom HTTP client with this library, so I have modified the library to accept an interface, instead of a specific http client implementation.