fable-providers-graphql
v0.0.3
Published
GraphQL F# Type Provider compatible with Fable
Downloads
2
Maintainers
Readme
fable-providers-graphql
The MIT License (MIT) - Copyright (c) 2016 Bazinga Technologies Inc
GraphQL F# Type Provider for Fable. You can find the version of the type provider for .NET in NuGet.
This is an alpha release, more info coming soon!
Installation
$ npm install --save fable-core
$ npm install --save-dev fable-providers-regex
Usage
In a F# project (.fsproj)
<ItemGroup>
<Reference Include="node_modules/fable-providers-graphql/FSharp.Data.GraphQL.Client.dll" />
</ItemGroup>
In a F# script (.fsx)
#r "node_modules/fable-providers-graphql/FSharp.Data.GraphQL.Client.dll"
open FSharp.Data.GraphQL