Package

purescript-graphql

Repository
hendrikniemann/purescript-graphql
License
MIT
Uploaded by
hendrikniemann
Published on
2018-11-04T21:39:00Z

PureScript GraphQL is a wrapper around GraphQL.js. It contains powerful, typed bindings that will make building GraphQL servers as typesafe as possible. Furthermore it automatically translates Affs into promises and Maybes into null values where they would be expected by the library.

Latest release

Installation

bower install purescript-graphql
npm install graphql-js

Module documentation is published on Pursuit.