OBJECT

OpHealthChecksEdge

A OpHealthCheck edge in the connection.

link GraphQL Schema definition

  • type OpHealthChecksEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `OpHealthCheck` at the end of the edge.
  • node: OpHealthCheck!
  • }