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
/
IrVariable
Ir
Variable
@
Serializable
@
ApolloExperimental
data
class
IrVariable
(
val
name
:
String
,
val
type
:
IrType
,
val
defaultValue
:
IrValue
?
)
Members
Constructors
Ir
Variable
Link copied to clipboard
constructor
(
name
:
String
,
type
:
IrType
,
defaultValue
:
IrValue
?
)
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
IrValue
?
Used in
Operation.serializeVariables
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
IrType