TypeRef

@Serializable
data class TypeRef(    val kind: IntrospectionSchema.Schema.Kind,     val name: String? = "",     val ofType: IntrospectionSchema.Schema.TypeRef? = null)

An introspection TypeRef

Constructors

Link copied to clipboard
fun TypeRef(    kind: IntrospectionSchema.Schema.Kind,     name: String? = "",     ofType: IntrospectionSchema.Schema.TypeRef? = null)

Properties

Link copied to clipboard
val kind: IntrospectionSchema.Schema.Kind
Link copied to clipboard
val name: String?
Link copied to clipboard
val ofType: IntrospectionSchema.Schema.TypeRef? = null