Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Readme and docs should clearly state no support for Fable #291
Comments
|
Yes, the documentation is out of date and we should address that so people are not confused. At one point the TypeProvider did actually work with Fable, but that was long ago. Thanks for bringing it to our attention. |
|
Please update this, spent a lot of time on this tonight! Thanks |
Description
FSharp.Data.GraphQLdoesn't work forFable. There is nothing about it mentioned in the readme and the docs say the opposite, that it is supported.After sitting with it for a couple of hours to at least make it compile I tried to run it and got a lot of exceptions. Searching through the issues I discovered that there is no support for Fable in the latest version, the issue is 2 years old.
Repro steps
Steps to reproduce the problem
FableprojectFSharp.Data.GraphQL, configure schema, create provider, make your queries etcExpected behaviour
Either the library works for
Fable, or it clearly states that it doesn't.Actual behavior
Fails runtime with various different exceptions. The docs says
Fableis supported, the readme is silent about it.Please, clearly indicate in the readme, and especially in the official docs that it doesn't work for
Fable. It can save people a lot of time, especially those who are new (like me) toFable. Also, please, point to the great and only solution for working withgraphqlandFableright now -Snowflaqe.Thank you!