apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
jvm
Platform filter
jvm
Switch theme
Search in API
apollo-kdoc
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