graphql
Build GraphQL schemas and execute queries against them
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 02 Jul 2017
- Authors
- Maintainers
Sources
Dependencies
ocaml-migrate-parsetree
< "2.0.0"
alcotest
with-test
ppx_sexp_conv
>= "v0.9.0"
angstrom
>= "0.4.0" & < "0.7.0"
jbuilder
>= "1.0+beta7"
ocaml
>= "4.03.0"
Reverse Dependencies