byme8 / ZeroQL

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

Implementation of support for different transports (other than Http) #15

Closed DaveRMaltby closed 2 years ago

DaveRMaltby commented 2 years ago

The goal here is to have integration tests that still use the full Hot Chocolate pipeline, but don't require a TCP endpoint to be stood up. Besides avoiding the network layer here, it further avoids having to have a background service (or process) running the server-side of things and (if your GraphQL requires it) removes authentication issues as well.