Kuira
Toggle table of contents
0.1.0-alpha03
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Kuira
indexer
/
com.midnight.kuira.core.indexer.websocket
/
GraphQLWebSocketMessage
/
Next
Next
@
Serializable
@
SerialName
(
value
=
"next"
)
data
class
Next
(
val
type
:
String
=
"next"
,
val
id
:
String
,
val
payload
:
JsonElement
)
:
GraphQLWebSocketMessage
Server → Client: Operation result.
Sent for each result in subscription stream.
Members
Constructors
Next
Link copied to clipboard
constructor
(
type
:
String
=
"next"
,
id
:
String
,
payload
:
JsonElement
)
Properties
id
Link copied to clipboard
val
id
:
String
payload
Link copied to clipboard
val
payload
:
JsonElement
type
Link copied to clipboard
open
override
val
type
:
String