View Source GraphQLWSClient.Conn (GraphQL Websocket Client v2.0.2)

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

Summary

Types

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