OBJECT
ServerActionsEdge
A ServerAction
edge in the connection.
link GraphQL Schema definition
- type ServerActionsEdge {
- # A cursor for use in pagination.
- Cursor :
- # The `ServerAction` at the end of the edge.
- ServerAction :
- }
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.
- ServerActionsConnectionA connection to a list of `ServerAction` values.
- UpdateServerActionPayloadThe output of our update `ServerAction` mutation.