OBJECT

OpHealthChecksConnection

A connection to a list of OpHealthCheck values.

link GraphQL Schema definition

  • type OpHealthChecksConnection {
  • # A list of `OpHealthCheck` objects.
  • nodes: [OpHealthCheck!]!
  • # A list of edges which contains the `OpHealthCheck` and cursor to aid in
  • # pagination.
  • edges: [OpHealthChecksEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `OpHealthCheck` you could get from the connection.
  • totalCount: Int!
  • }