FSharp.Data.GraphQL
FSharp.Data.GraphQL copied to clipboard
FSharp implementation of Facebook GraphQL query language.
This is a question rather than an issue (although it could be turned into an issue if no good solution is found!) Suppose I have a library of books: ```gql...
### Description Documentation links do not link to the GitHub repository files properly, resulting in "Not Found" page being displayed instead. ### Repro steps - go to any API documentation...
### Description `FSharp.Data.GraphQL` doesn't work for `Fable`. There is nothing about it mentioned in the readme and the docs say the opposite, that [it is supported](http://fsprojects.github.io/FSharp.Data.GraphQL/). After sitting with it...
### Description For a data of type `float` when value extracted from response is int the code fail to run ### Repro steps - create schema with double or float...
My team is migrating an existing GraphQL API from JS to F#. Our API has a lot of types, so we decided to create a file per type (Define.Object). The...
### Description I am using Hasura, and trying to run the following query: ``` let operation = MyProvider.Operation ``` The query is valid and works if run manually, but I...
### Description I am using Fable 2 and trying to use the GraphQL client but keep getting errors with the type provider when I try to build the project. I...
**Describe the bug** When opening a specific .fsx file that makes use of a type provider, the .NET Core Host used by Ionide loses its mind and hogs all the...
### Description I am trying to create a shared reusable library for accessing a GraphQL API via the F# Type Provider. Everything works fine if the Provider is defined in...
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...