SubscriptionsTransportWS.Socket.put_options
You're seeing just the function
put_options
, go back to SubscriptionsTransportWS.Socket module for more information.
Sets the options for a given GraphQL document execution.
Examples
iex> SubscriptionsTransportWS.Socket.put_options(socket, context: %{current_user: user})
%SubscriptionsTransportWS.Socket{}