CustomScalarType
class CustomScalarType(val name: String, val className: String) : CompiledNamedType
Content copied to clipboard
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