fable-providers-graphql

0.0.3 • Public • Published

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

/fable-providers-graphql/

    Package Sidebar

    Install

    npm i fable-providers-graphql

    Weekly Downloads

    2

    Version

    0.0.3

    License

    MIT

    Last publish

    Collaborators

    • alfonsogarciacaro