1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package irmin-graphql
-
irmin-graphql
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module IO : Cohttp_lwt.S.IO
type response_action = [
| `Expert of Cohttp.Response.t * ( IO.ic -> IO.oc -> unit Lwt.t ) |
| `Response of Cohttp.Response.t * Cohttp_lwt.Body.t |
]
val schema : repo -> unit Schema.schema
val execute_request :
unit Schema.schema ->
Cohttp_lwt.Request.t ->
Cohttp_lwt.Body.t ->
response_action Lwt.t