Module Init.Graphql_internal

module type HttpBody = sig ... end
module type S = sig ... end
module Option : sig ... end
module Params : sig ... end
module Make (Schema : Graphql_intf.Schema) (Io : Cohttp.S.IO with type 'a t = 'a Schema.Io.t) (Body : HttpBody with type +'a io := 'a Schema.Io.t) : sig ... end