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