bs-graphql-js

0.6.0 • Public • Published

bs-graphql-js

Bindings for graphql and graphql-relay with an API based on ocaml-graphql-server. Allows for interop between JS and Reason/OCaml defined schemas.

npm version CircleCI

Install

npm install bs-graphql-js
 
# or 
 
yarn add bs-graphql-js

NOTE

As of version 0.6.0 this requires bucklescript 7.0+

TODO

It's missing a lot of things and the implementation is badly typed.

  • Union types
  • Better type safety for interfaces
  • Custom scalar types
  • Properly type the implementation (aka remove some Obj.magic :S).
  • Examples
  • Maybe separate relay stuff in a separate package.
  • Tests

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i bs-graphql-js

    Weekly Downloads

    6

    Version

    0.6.0

    License

    MIT

    Unpacked Size

    27.4 kB

    Total Files

    8

    Last publish

    Collaborators

    • janicduplessis