Stanislav Silin

Results 23 comments of Stanislav Silin

> How do you get this schema? Nevermind. You already mentioned it in the initial description.

I had a quick look at your PR. As for me, this implementation contains too much of the "leaky abstraction". The relations between abstractions depend on the knowledge that it...

Solution for your use case: ``` cs public static async Task Execute() { var serviceCollection = new ServiceCollection(); var server = TestServer.Program.AddGraphQL(serviceCollection); var excutor = await server.BuildRequestExecutorAsync(); var httpClient =...