OBJECT
ServerHeartbeatsEdge
A ServerHeartbeat edge in the connection.
link GraphQL Schema definition
- type ServerHeartbeatsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `ServerHeartbeat` at the end of the edge.
- : ServerHeartbeat
- }
link Require by
- CreateServerHeartbeatPayloadThe output of our create `ServerHeartbeat` mutation.
- DeleteServerHeartbeatPayloadThe output of our delete `ServerHeartbeat` mutation.
- ServerHeartbeatsConnectionA connection to a list of `ServerHeartbeat` values.
- UpdateServerHeartbeatPayloadThe output of our update `ServerHeartbeat` mutation.