Absinthe.GraphqlWS.Util.put_options

You're seeing just the function put_options, go back to Absinthe.GraphqlWS.Util module for more information.
Link to this function

put_options(socket, opts)

View Source

Sets the options for a given GraphQL document execution.

Examples

iex> put_options(socket, context: %{current_user: user})
%Socket{}