shared
1.33.0
common
shared
/
io.dyte.core.network.models
/
GraphQlRequest
Graph
Ql
Request
@
Serializable
data
class
GraphQlRequest
(
val
query
:
String
,
val
variables
:
GraphQlRequestVariables
)
Members
Constructors
Graph
Ql
Request
Link copied to clipboard
constructor
(
query
:
String
,
variables
:
GraphQlRequestVariables
)
Properties
query
Link copied to clipboard
@
SerialName
(
value
=
"query"
)
val
query
:
String
variables
Link copied to clipboard
@
SerialName
(
value
=
"variables"
)
val
variables
:
GraphQlRequestVariables