Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 708 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 708 Bytes

Purescript GraphQL

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.