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
/
ScalarType
Scalar
Type
class
ScalarType
(
val
name
:
String
)
:
CompiledNamedType
TODO v4: remove (see also
CustomScalarType
above
Members
Members & Extensions
Constructors
Scalar
Type
Link copied to clipboard
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
Functions
is
Composite
Link copied to clipboard
fun
CompiledNamedType
.
isComposite
(
)
:
Boolean
key
Fields
Link copied to clipboard
fun
CompiledNamedType
.
keyFields
(
)
:
List
<
String
>
leaf
Type
Link copied to clipboard
open
override
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
open
override
fun
rawType
(
)
:
CompiledNamedType