graphqlversion Documentation on ocaml.org
Build GraphQL schemas and execute queries against them
graphql is a package for creating GraphQL servers. Current feature set includes:
- Type-safe schema design
- GraphQL parser in pure OCaml using Menhir
- Query execution
- Introspection of schemas
- Arguments for fields
- Allows variables in queries
- Subscriptions
Supporting packages:
- Use
graphql-lwtfor Lwt support. - Use
graphql-asyncfor Async support. - Use
graphql-cohttpto run a GraphQL server withcohttp.
| Author | Andreas Garnaes <andreas.garnaes@gmail.com> |
|---|---|
| Published | |
| Homepage | https://github.com/andreas/ocaml-graphql-server |
| Issue Tracker | https://github.com/andreas/ocaml-graphql-server/issues |
| Maintainer | Andreas Garnaes <andreas.garnaes@gmail.com> |
| Dependencies | |
| Source [http] | https://github.com/andreas/ocaml-graphql-server/releases/download/0.13.0/graphql-0.13.0.tbz sha256=555f088a05600fb121b8ab79e13c145172e26fc0fd0576872fdf027853f2653d md5=089104444ae28ebcfa85fec88628507a |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/graphql/graphql.0.13.0/opam |
Required by


