apollo-kotlin
Toggle table of contents
5.0.0-alpha.4-SNAPSHOT
Select version
5.0.0-alpha.4-SNAPSHOT
4.2.0
3.8.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
apollo-kotlin
apollo-compiler
/
com.apollographql.apollo.compiler.ir
/
IrArgument
Ir
Argument
@
Serializable
@
ApolloExperimental
data
class
IrArgument
(
val
definitionId
:
String
,
val
definitionPropertyName
:
String
,
val
value
:
IrValue
?
)
Members
Constructors
Ir
Argument
Link copied to clipboard
constructor
(
definitionId
:
String
,
definitionPropertyName
:
String
,
value
:
IrValue
?
)
Properties
definition
Id
Link copied to clipboard
val
definitionId
:
String
definition
Property
Name
Link copied to clipboard
val
definitionPropertyName
:
String
value
Link copied to clipboard
val
value
:
IrValue
?
The value for this argument. May be null if the argument is absent