Michael Staib
Michael Staib
It might be that result formatters and input formatters are enough.
Yeah middleware is not meant for this ... try using a formatter .... `Definition.FormatterDefinitions` formatters work almost the same but are sync
``` definition.FormatterDefinitions.Add( new ResultFormatterDefinition((ctx, result) => unwrap(result))); ```
each input field btw can have Input formatters ... they exist on both sides ....
Can we pull the FSharp support entirely and your package deals with this?
cc @glen-84
OK ... we will remove F# support with V15 and leave it to you.
I however do not think that more extension points are needed ... I think there might only be knowledge transfer needed ... but we can discuss it.
Yes, we have this on our list. However, the next 2 month we will be focused on fusion query planning.
> https://github.com/ChilliCream/graphql-platform/releases/tag/16.0.0-p.8.2 can you check if this works for you? We can cherry pick it once we know it solves your issues