Inaccurate

data class Inaccurate(val type: ScalarType, val inaccuracyReason: String) : ScalarTypeWithAccuracy

The ScalarType is an approximation of the actual type.

Constructors

Link copied to clipboard
constructor(type: ScalarType, inaccuracyReason: String)

Properties

Link copied to clipboard

Human-formatted reason for the inaccuracy. Usually provides additional context as to why finding the accurate type failed.

Link copied to clipboard
open override val type: ScalarType

The actual ScalarType