Server.Make_extmodule S : Irmin.Generic_key.Smodule Remote : sig ... endmodule T :
Irmin_graphql.Server.CUSTOM_TYPES
with type path := S.path
and type metadata := S.metadata
and type contents := S.contents
and type hash := S.hash
and type branch := S.branch
and type commit_key := S.commit_key
and type contents_key := S.contents_key
and type node_key := S.node_keytype repo = S.repoval schema : repo -> unit Irmin_graphql.Server.Schema.schemaval execute_request :
unit Irmin_graphql.Server.Schema.schema ->
Cohttp_lwt.Request.t ->
Cohttp_lwt.Body.t ->
response_action Lwt.t