View Source AbsintheClient.Subscription (absinthe_client v0.1.1)
Structure returned when a subscription is created.
Link to this section Summary
Link to this section Types
@type t() :: %AbsintheClient.Subscription{ id: String.t(), ref: term(), socket: GenServer.server() }