byme8 / ZeroQL

C# GraphQL client with Linq-like syntax
MIT License
278 stars 13 forks source link

use IHttpHandler in generated client constructor #62

Closed jenschude closed 1 year ago

jenschude commented 1 year ago

There is a small typo in the generated client. It references the HttpHandler class instead of the IHttpHandler interface.

Else it's working as expected. Thanks 👍

byme8 commented 1 year ago

Created release 5.0.0-preview.9. It Should be available soon.