Server.Make
Create a GraphQL server with default GraphQL types for S
.
module Store : Irmin.Generic_key.S with type Schema.Info.t = Config.info
type repo = Store.repo
val schema : repo -> unit Schema.schema
val execute_request :
unit Schema.schema ->
Cohttp_lwt.Request.t ->
Cohttp_lwt.Body.t ->
response_action Lwt.t