CustomScalarType

class CustomScalarType(val name: String, val className: String) : CompiledNamedType

A GraphQL scalar type that is mapped to a Kotlin. This is named "Custom" for historical reasons but is also used for builtin scalars

TODO v4: rename this to ScalarType

Constructors

Link copied to clipboard
constructor(name: String, className: String)

Properties

Link copied to clipboard

Fully qualified class name this GraphQL scalar type is mapped to (e.g. java.lang.String, java.net.URL, java.util.DateTime)

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun leafType(): CompiledNamedType
Link copied to clipboard
@JvmName(name = "-list")
fun CompiledType.list(): CompiledListType
Link copied to clipboard
Link copied to clipboard
open override fun rawType(): CompiledNamedType