Andrii Chebukin

Results 241 issues of Andrii Chebukin

Is it possible to send multiple operations as a single request? Imagine that I have some mutation and I want to execute the same mutation with different parameters. Can I...

### Description I have rewritten sample server to use System.Text.Json including `JsonStringEnumConverter` ``` F# let serializerOptions = let options = JsonSerializerOptions(PropertyNamingPolicy = JsonNamingPolicy.CamelCase) let converters = options.Converters converters.Add (JsonStringEnumConverter ())...

### Description We use [Chessie](https://github.com/fsprojects/Chessie/) and resolver function returns a result. Then I want to unwrap that result and return value or errors as GraphQL response like this: ``` F#...

### Description Getting a response into a string and then parsing it is not the most efficient way of decoding a response. I think that it would be better to...

enhancement

### Description If you declare Different GraphQLProvider instances with the same query name then type provider compiles the first found query to all type provider generated code where query with...

I tried to create an Orchard Core theme that runs XF Elmish via OOUI. FX Elmish .NET Standard project is refrenced from C# Core 2.1 console app and then artifacts...

### Description FL0065 does not preserve pipe notation ### Repro steps 1. Use code ``` F# let getAllRegistriTags (registriTagsContainers : Type seq) = registriTagsContainers |> Seq.map (fun r -> r.GetProperties())...

Can we emmit entities as records? To change them and execute update.

discussion