Pong

@Serializable
@SerialName(value = "pong")
data class Pong(val type: String = "pong", val payload: JsonObject? = null) : GraphQLWebSocketMessage

Bidirectional: Pong (keep-alive response).

Constructors

Link copied to clipboard
constructor(type: String = "pong", payload: JsonObject? = null)

Properties

Link copied to clipboard
val payload: JsonObject? = null
Link copied to clipboard
open override val type: String