toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
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