ScalarType

class ScalarType(val name: String) : CompiledNamedType

TODO v4: remove (see also CustomScalarType above

Constructors

Link copied to clipboard
fun ScalarType(name: String)

Functions

Link copied to clipboard
open override fun leafType(): CompiledNamedType
Link copied to clipboard
open override fun rawType(): CompiledNamedType

Properties

Link copied to clipboard
val name: String