Ismael Carlos Velten

Results 7 issues of Ismael Carlos Velten

With this PR, I am separating `FSharp.Data.GraphQL.Shared` to have it's own Nuget package, and setting `FSharp.Data.GraphQL.Server`, `FSharp.Data.GraphQL.Client` and `FSharp.Data.GraphQL.Server.Middlewares` to depend on it.

With this PR, I am adding an experimental tool package for working with AspNetCore using this [multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) to enable a file upload feature using GraphQL. The idea behind...

With this PR, I am proposing a subscription interface for the client provider. The proposal specifies that we should try to be most agnostic possible from subscription protocols, in case...

With this PR, I am proposing a solution for delivering items as soon as they are computed on streaming - in this case, for when the input data from the...

This Pull request is meant to create benchmarks on queries running against a big dataset. The first version uses a public movie database, which is converted via script to a...

With this Pull Request, I'm proposing an operation planning middleware that changes the current operation based on directives present in the query. The user can choose directives with a chooser...

With this PR, I am proposing separating Shared project into its own library. Once done with that, we can go on with splitting this project into smaller, reusable libraries.