package graphql_ppx

  1. Overview
  2. No Docs
GraphQL syntax extension for Bucklescript/ReasonML

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.2.tar.gz
md5=f6e28f6aa64e696f0b880e285fc999fc

Description

This library lets you construct type-safe and validated queries at compile time, and generates response validation code for you. If you're writing a Bucklescript app that talks to a GraphQL server, this library will cut down on the boilerplate you have to write.

Dependencies (6)

  1. yojson build
  2. result build
  3. ocaml-migrate-parsetree build & < "2.0.0"
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml = "4.02.3"

Dev Dependencies (1)

  1. ppx_tools with-test

Conflicts

None