package graphql_ppx

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.0.4.tar.gz
md5=ad173333bee6dad221c076239a37c2ce

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 (7)

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

Dev Dependencies

None

Used by

None

Conflicts

None