OBJECT
Precheck details.
type PrecheckFailure {# Cause of precheck failure.cause: String! # Identifier for the precheck.precheckIdentifier: PrecheckIdentifier! # Name of the precheck.precheckName: String! # Remedy to fix the precheck failure.remedy: String! # Is upgrade blocker flag.upgradeBlocker: Boolean! }