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
/
IrEnumType
/
IrEnumType
Ir
Enum
Type
constructor
(
name
:
String
,
nullable
:
Boolean
=
false
,
optional
:
Boolean
=
false
,
catchTo
:
IrCatchTo
=
IrCatchTo.NoCatch
,
maybeError
:
Boolean
=
false
)