AndroidSDK
Toggle table of contents
2.3.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
AndroidSDK
CorePayments
/
com.paypal.android.corepayments.graphql
/
GraphQLRequest
Graph
QLRequest
@
Serializable
data
class
GraphQLRequest
<
V
>
(
val
query
:
String
,
val
variables
:
V
?
=
null
,
val
operationName
:
String
?
=
null
)
Members
Constructors
Graph
QLRequest
Link copied to clipboard
constructor
(
query
:
String
,
variables
:
V
?
=
null
,
operationName
:
String
?
=
null
)
Properties
operation
Name
Link copied to clipboard
@
Transient
val
operationName
:
String
?
query
Link copied to clipboard
val
query
:
String
variables
Link copied to clipboard
val
variables
:
V
?