package graphql

  1. Overview
  2. No Docs
Build GraphQL schemas and execute queries against them

Install

Dune Dependency

Authors

Maintainers

Sources

graphql-0.2.0.tbz
md5=1228c9a47292052b84cc6dd67a899091

Description

graphql is a package for creating GraphQL servers. Current feature set includes:

  • Type-safe schema design
  • GraphQL parser in pure OCaml using angstrom (April 2016 RFC draft)
  • Query execution
  • Introspection of schemas
  • Arguments for fields
  • Allows variables in queries

Use graphql-lwt for Lwt support, or graphql-async for Async support.

Published: 02 Jul 2017

Dependencies (8)

  1. ocaml-migrate-parsetree < "2.0.0"
  2. rresult
  3. yojson
  4. ppx_sexp_conv >= "v0.9.0"
  5. sexplib
  6. angstrom >= "0.4.0" & < "0.7.0"
  7. jbuilder >= "1.0+beta7"
  8. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None