Field

fun Field(    name: String,     description: String?,     isDeprecated: Boolean = false,     deprecationReason: String?,     type: IntrospectionSchema.Schema.TypeRef,     args: List<IntrospectionSchema.Schema.Field.Argument> = emptyList())