OBJECT
OpHealthChecksConnection
A connection to a list of OpHealthCheck values.
link GraphQL Schema definition
- type OpHealthChecksConnection {
- # A list of `OpHealthCheck` objects.
- : [OpHealthCheck!]!
- # A list of edges which contains the `OpHealthCheck` and cursor to aid in
- # pagination.
- : [OpHealthChecksEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `OpHealthCheck` you could get from the connection.
- : Int!
- }