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
/
SubscribePayload
Subscribe
Payload
@
Serializable
data
class
SubscribePayload
(
val
query
:
String
,
val
operationName
:
String
?
=
null
,
val
variables
:
JsonObject
?
=
null
,
val
extensions
:
JsonObject
?
=
null
)
Subscribe message payload.
Members
Constructors
Subscribe
Payload
Link copied to clipboard
constructor
(
query
:
String
,
operationName
:
String
?
=
null
,
variables
:
JsonObject
?
=
null
,
extensions
:
JsonObject
?
=
null
)
Properties
extensions
Link copied to clipboard
val
extensions
:
JsonObject
?
=
null
operation
Name
Link copied to clipboard
val
operationName
:
String
?
=
null
query
Link copied to clipboard
val
query
:
String
variables
Link copied to clipboard
val
variables
:
JsonObject
?
=
null