FSharp.Data.GraphQL icon indicating copy to clipboard operation
FSharp.Data.GraphQL copied to clipboard

FSharp implementation of Facebook GraphQL query language.

Results 138 FSharp.Data.GraphQL issues
Sort by recently updated
recently updated
newest added

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...

### Description Migrate to F# 5.0 to support new F# features ### Related information * Version 1.0.7

Is there an explanation available for: * UploadInputTypeName * ResolutionFolder * ClientQueryValidation

https://devblogs.microsoft.com/dotnet/producing-packages-with-source-link/

Is it possible, in theory, to have `GraphQLProvider` based on `ISchema` instead of schema input as just text, file, or URL? If yes, why is it not there? For no...

The documentation page [Using FSharp.Data.GraphQL on the client side](https://fsprojects.github.io/FSharp.Data.GraphQL/client-side.html) mentions GraphQL query DSL and provides the code snippet. But the `client-provider` samples do not provide any examples. I cannot make...

### Description The example code shown in the Quick start section in the home page doesn't compile, showing the following error: ``` The type 'Schema' does not define the field,...

Its a bit daunting. I have been doing some work in hot chocolate, which from my perspective is a maze of dependency injection, custom attributes and reflection, horrific to comprehend,...

Looks like GraphQL supports more scalars then `FSharp.Data.GraphQL` https://graphql-dotnet.github.io/docs/getting-started/schema-types#scalars Or they just did that in C# implementation?