OBJECT
DeleteServerHeartbeatPayload
The output of our delete ServerHeartbeat
mutation.
link GraphQL Schema definition
- type DeleteServerHeartbeatPayload {
- # The exact same `clientMutationId` that was provided in the mutation input,
- # unchanged and unused. May be used by a client to track mutations.
- String :
- # The `ServerHeartbeat` that was deleted by this mutation.
- ServerHeartbeat :
- ID :
- # Our root query field type. Allows us to run any query from our mutation payload.
- Query :
- # Reads a single `Server` that is related to this `ServerHeartbeat`.
- Server :
- # An edge for our `ServerHeartbeat`. May be used by Relay 1.
- #
- # Arguments
- # orderBy: The method to use when ordering `ServerHeartbeat`.
- ServerHeartbeatsOrderBy!]): ServerHeartbeatsEdge ( : [
- }