Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module type SubscriptionsManager = sig ... end
module SubscriptionsManager : sig ... end
val on_recv :
't SubscriptionsManager.t ->
subscribe:
(variables:Graphql.Schema.variables ->
?operation_name:string ->
string ->
(([< `Response of Yojson.Basic.t | `Stream of 'a ], Yojson.Basic.t)
Stdlib.result ->
unit) ->
unit) ->
'a handlers ->
Websocketaf.Wsd.t ->
opcode:Websocketaf.Websocket.Opcode.t ->
is_fin:bool ->
Bigstringaf.t ->
off:int ->
len:int ->
unit