OBJECT

HealthStatus

link GraphQL Schema definition

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

link Require by