Graphql_cohttp.Make
module Schema : Graphql_intf.Schema
module Body : HttpBody with type +'a io := 'a Schema.Io.t
type 'conn callback =
'conn ->
Cohttp.Request.t ->
Body.t ->
response_action IO.t
val execute_request :
'ctx Schema.schema ->
'ctx ->
Cohttp.Request.t ->
Body.t ->
response_action IO.t
val make_callback :
( Cohttp.Request.t -> 'ctx ) ->
'ctx Schema.schema ->
'conn callback