module Remote : sig ... end
module Make : functor (S : Irmin.S) -> functor (Remote : sig ... end) -> Irmin_graphql.Server.S with type repo = S.repo and type server = Cohttp_lwt_unix.Server.t
module Make_ext : functor (S : Irmin.S) -> functor (Remote : sig ... end) -> functor (T : Irmin_graphql.Server.CUSTOM_TYPES with type key := S.key and type metadata := S.metadata and type contents := S.contents and type hash := S.hash and type branch := S.branch) -> Irmin_graphql.Server.S with type repo = S.repo and type server = Cohttp_lwt_unix.Server.t