View Source GraphQLWSClient.Message (GraphQL-over-Websocket Client v0.1.0)

A message passed received by a driver.

Link to this section Summary

Link to this section Types

@type message_type() ::
  :complete | :connection_ack | :connection_init | :error | :next | :subscribe
@type t() :: %GraphQLWSClient.Message{
  id: term(),
  payload: any(),
  type: message_type()
}