OBJECT
HealthCheckResult
Description
HealthCheckResult represents the result of a Health Check.
link GraphQL Schema definition
- type HealthCheckResult {
- # Category of the health check.
- : ExoHealthCheckCategory!
- # Name of the health check.
- : String!
- # Type of the health check.
- : ExoHealthCheckType!
- # Details of the health check.
- : [HealthCheckResultDetails!]!
- }