OBJECT
type HealthStatus {# Returns `true` for healthy and `false` for unhealthy.healthy: Boolean! # Additional information about the health of the API.message: String }