A struct passed to the used driver that contains information about the current connection.
@type t() :: %GraphQLWSClient.Conn{ config: GraphQLWSClient.Config.t(), data: %{optional(atom()) => any()}, driver: module(), init_payload: any(), opts: any(), pid: nil | pid() }