Module Irmin_mirage_graphql.Server

module type S = sig ... end
module Make (Http : Cohttp_lwt.S.Server) (Store : Irmin.S with type Backend.Remote.endpoint = Smart_git.Endpoint.t) (Pclock : Mirage_clock.PCLOCK) : S with module Pclock = Pclock and module Store = Store and module Http = Http