package graphql

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

Install

Dune Dependency

Authors

Maintainers

Sources

graphql-0.7.0.tbz
md5=51eed76a0a389b1810d4af2cf1b499db

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: 10 Aug 2018

Dependencies (5)

  1. rresult
  2. yojson
  3. graphql_parser < "0.9.0"
  4. jbuilder >= "1.0+beta7"
  5. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None