OBJECT
OpHealthCheck
A opHealthCheck provides the company''s health check data.
link GraphQL Schema definition
- type OpHealthCheck implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : BigInt!
- : BigInt!
- : Datetime
- : BigInt!
- : String
- : BigInt!
- : Datetime
- : Datetime
- # Reads a single `ClientCompany` that is related to this `OpHealthCheck`.
- : ClientCompany!
- }