Ivan Maximov

Results 815 comments of Ivan Maximov

More conflicts after #87

4.x is backward incompatible with both 3.x and 2.4.0.

In general, yes, but people don't always use the upper version limit of the used packages. Ping @rose-a

Regarding second question. You use `System.Text.Json.JsonSerializer.Serialize[TValue](TValue value)` in your code. What type the _value_ is? GraphQL.NET has special converters to serialize `ExecutionResult`. See GraphQL.SystemTextJson source code in this repo. I...

Another way to do this here https://github.com/graphql-dotnet/graphql-dotnet/pull/2773

In my implementation of GraphQL client I just allow to return raw json string.