Object

@Serializable
data class Object(    val name: String,     val description: String?,     val fields: List<IntrospectionSchema.Schema.Field>?,     val interfaces: List<IntrospectionSchema.Schema.Type.Interface>?) : IntrospectionSchema.Schema.Type

Constructors

Link copied to clipboard
fun Object(    name: String,     description: String?,     fields: List<IntrospectionSchema.Schema.Field>?,     interfaces: List<IntrospectionSchema.Schema.Type.Interface>?)

Properties

Link copied to clipboard
open override val description: String?
Link copied to clipboard
val fields: List<IntrospectionSchema.Schema.Field>?
Link copied to clipboard
Link copied to clipboard
open override val name: String