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