ZeroQL icon indicating copy to clipboard operation
ZeroQL copied to clipboard

C# GraphQL client with Linq-like syntax

Results 11 ZeroQL issues
Sort by recently updated
recently updated
newest added

For integration testing of our product which uses Hot Chocolate, I am not standing up an HTTP endpoint in order to make GraphQL calls. Hot Chocolate exposes an `IRequestExecutor.ExecuteAsync()` method...