Server.Make_ext
Create a GraphQL server with custom GraphQL types.
module Store : Irmin.Generic_key.S with type Schema.Info.t = Config.info
module Types :
CUSTOM_TYPES
with type path := Store.path
and type metadata := Store.metadata
and type contents := Store.contents
and type hash := Store.hash
and type branch := Store.branch
and type commit_key := Store.commit_key
and type contents_key := Store.contents_key
and type node_key := Store.node_key
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