toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
jvm
switch theme
search in API
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