module Make : functor (IO : Graphql_intf.IO) -> functor (Ws : Websocket.Connection.S with type 'a IO.t = 'a IO.t) -> sig ... end
Websocket_handler
module Make : functor (IO : Graphql_intf.IO) -> functor (Ws : Websocket.Connection.S with type 'a IO.t = 'a IO.t) -> sig ... end