Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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