Absinthe.GraphqlWS.Util.assign
You're seeing just the function
assign
, go back to Absinthe.GraphqlWS.Util module for more information.
Specs
assign(Absinthe.GraphqlWS.Socket.t(), map() | keyword()) :: Absinthe.GraphqlWS.Socket.t()
Specs
assign(Absinthe.GraphqlWS.Socket.t(), atom(), term()) :: Absinthe.GraphqlWS.Socket.t()
Implementation copied from Phoenix.Socket
, but changed to match on a Absinthe.GraphqlWS.Socket
struct.