Type

interface Type<out T : GRT>(source)

A ReflectedType describes static properties of a GraphQL type

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val kcls: KClass<out T>

the KClass that describes values for this type

Link copied to clipboard
abstract val name: String

the GraphQL name of this type