OBJECT
ServerAction
link GraphQL Schema definition
- type ServerAction implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : ActionType!
- : ActionStatus!
- : String
- : JSON
- : String
- : Datetime
- : Datetime
- : String
- # Reads a single `Server` that is related to this `ServerAction`.
- : Server
- }
link Require by
- CreateServerActionPayloadThe output of our create `ServerAction` mutation.
- DeleteServerActionPayloadThe output of our delete `ServerAction` mutation.
- mnCreateServerActionPayloadThe output of our many create `ServerAction` mutation.
- mnDeleteServerActionPayloadThe output of our delete mn `ServerAction` mutation.
- mnUpdateServerActionPayloadThe output of our update mn `ServerAction` mutation.
- QueryThe root query type which gives access points into the data universe.
- ServerActionsConnectionA connection to a list of `ServerAction` values.
- ServerActionsEdgeA `ServerAction` edge in the connection.
- UpdateServerActionPayloadThe output of our update `ServerAction` mutation.