View Source GraphQLWSClient.Conn (GraphQL-over-Websocket Client v0.1.4)

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(),
  opts: any(),
  pid: nil | pid()
}