Andrey Leskov
Andrey Leskov
This PR makes GraphQLHttpClient usable with TestServer, targeting #354 **Usage** ``` TestServer testServer; //needs initialization GraphQLHttpClientOptions options; //needs initialization IGraphQLWebsocketJsonSerializer serializer; //needs initialization var graphQLHttpClient = testServer.CreateGraphQLHttpClient(options,serializer); ``` **Implementation** GraphQLHttpClient...
Hello everybody, I'm using graphql-dotnet project a lot and would like to thank you for the amazing product you build for the whole .Net community. My company is building GraphQl-first...
I tried to launch demo on local machine and stumbled upon many issues. As a person with backend C# background it took me three hours to launch the demo and...
Hello everybody! Thanks a lot for such a good library, we use it extensively with minimal issues. However recently I encountered a situation when Eventuous behavior looks like a bug....