apollo-kdoc
Toggle table of contents
4.2.0
Select version
5.0.0-SNAPSHOT
4.2.0
3.8.2
jvm
Platform filter
jvm
Switch theme
apollo-kdoc
apollo-compiler
/
com.apollographql.apollo.compiler.ir
/
IrEnumValue
Ir
Enum
Value
@
Serializable
@
SerialName
(
value
=
"enum"
)
@
ApolloExperimental
data
class
IrEnumValue
(
val
value
:
String
)
:
IrValue
Members
Constructors
Ir
Enum
Value
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String