OBJECT
OpHealthChecksEdge
A OpHealthCheck edge in the connection.
link GraphQL Schema definition
- type OpHealthChecksEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `OpHealthCheck` at the end of the edge.
- : OpHealthCheck!
- }
OBJECT
A OpHealthCheck edge in the connection.
- type OpHealthChecksEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `OpHealthCheck` at the end of the edge.
- : OpHealthCheck!
- }