apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
common
Platform filter
common
Switch theme
Search in API
apollo-kdoc
apollo-api
/
com.apollographql.apollo.api
/
CompiledType
Compiled
Type
sealed
class
CompiledType
Inheritors
CompiledNotNullType
CompiledListType
CompiledNamedType
Members
Members & Extensions
Functions
leaf
Type
Link copied to clipboard
abstract
fun
leafType
(
)
:
CompiledNamedType
list
Link copied to clipboard
@
JvmName
(
name
=
"-list"
)
fun
CompiledType
.
list
(
)
:
CompiledListType
not
Null
Link copied to clipboard
@
JvmName
(
name
=
"-notNull"
)
fun
CompiledType
.
notNull
(
)
:
CompiledNotNullType
raw
Type
Link copied to clipboard
abstract
fun
rawType
(
)
:
CompiledNamedType