fable-providers-graphql

GraphQL F# Type Provider compatible with Fable

Usage no npm install needed!

<script type="module">
  import fableProvidersGraphql from 'https://cdn.skypack.dev/fable-providers-graphql';
</script>

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