OBJECT
HealthCheckResultDetails
Description
HealthCheckDetails contains the detailed information about a health check.
link GraphQL Schema definition
- type HealthCheckResultDetails {
- # Details of the health check.
- : TextWithActions
- # Heading of the health check.
- : TextWithActions
- # Next steps for the health check.
- : TextWithActions
- # Status of the health check.
- : ExoHealthCheckStatus!
- }