Ivan Maximov
Ivan Maximov
More conflicts after #87
https://spec.graphql.org/October2021/#sec-Data
function wrapper?
Conflicts 😕
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
A map of anything is `Dictionary` with inner dictionaries.
In my implementation of GraphQL client I just allow to return raw json string.