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