Catch the highlights of GraphQLConf 2023! Click for recordings. Or check out our recap blog post.
Documentation
Enums
common.MessageType

Enumeration: MessageType

common.MessageType

Types of messages allowed to be sent by the client/server over the WS protocol.

Enumeration Members

Complete

Complete = "complete"

Defined in

src/common.ts:95 (opens in a new tab)


ConnectionAck

ConnectionAck = "connection_ack"

Defined in

src/common.ts:87 (opens in a new tab)


ConnectionInit

ConnectionInit = "connection_init"

Defined in

src/common.ts:86 (opens in a new tab)


Error

Error = "error"

Defined in

src/common.ts:94 (opens in a new tab)


Next

Next = "next"

Defined in

src/common.ts:93 (opens in a new tab)


Ping

Ping = "ping"

Defined in

src/common.ts:89 (opens in a new tab)


Pong

Pong = "pong"

Defined in

src/common.ts:90 (opens in a new tab)


Subscribe

Subscribe = "subscribe"

Defined in

src/common.ts:92 (opens in a new tab)