View Source GraphQLWSClient.Conn (GraphQL Websocket Client v1.0.1)

A struct passed to the used driver that contains information about the current connection.

Link to this section Summary

Link to this section Types

@type t() :: %GraphQLWSClient.Conn{
  config: GraphQLWSClient.Config.t(),
  data: %{optional(atom()) => any()},
  driver: module(),
  init_payload: any(),
  opts: any(),
  pid: nil | pid()
}