graphql
graphql copied to clipboard
Use an interface so that the library works with custom HTTP clients
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.