OBJECT

StatusInfo

Data for individual health checks

link GraphQL Schema definition

  • type StatusInfo {
  • # message about the health check
  • message: String!
  • # name of health check
  • name: String!
  • # True if pass health check, false if fail
  • success: Boolean!
  • # Time it took to perform the health check
  • time: Float!
  • }