OBJECT
Data for individual health checks
type StatusInfo {# message about the health checkmessage: String! # name of health checkname: String! # True if pass health check, false if failsuccess: Boolean! # Time it took to perform the health checktime: Float! }