Ismael Carlos Velten

Results 12 comments of Ismael Carlos Velten

I did not give a complete though on this yet, but If we do this, I think we should achieve it by a middleware. This feature sounds nice, but I...

Yes, I think this makes a lot of sense. The user code can define and use input arguments with less code. Certainly, achievable using reflection or extensions. I am not...

@xperiandri I like to use this exact style in my .editorconfig files for .NET solutions. I think we could have this file to help maintain code formatting standards.

@Horusiath I did all the changes you asked for. About JSON.NET dependency, yeah, as this component is designed for ASP.NET Core and Microsoft already adopted this library, I don't think...

@xperiandri it was working when I finished the PR. If everyone decides to restart this PR, I can try rebasing and/or adjusting minor issues on it next weekend.

> Does your idea include this too? Yes, my idea was to separate Shared into its own package, then after that, splitting Shared into smaller packages. There are still conflicts...

I believe that's a good fix for it. `toOption` is used only on fieldResolvers, so it would work adding that matching there. What do you think @Horusiath and @johnberzy-bazinga?

I don't think our library exposes any interface to help with file upload operations, so I think that we could, maybe, implement some common adopted specification to handle file uploads...

@Rajivhost how is it going? I can give help with the implementation if you want to.

@Rajivhost I created a draft pull request for this [here](https://github.com/fsprojects/FSharp.Data.GraphQL/pull/181). Please, take a look and see what you think.