INPUT_OBJECT
mnDeleteServerActionByIdInput
All input for the delete mnDeleteServerActionById mutation.
link GraphQL Schema definition
- input mnDeleteServerActionByIdInput {
- # An arbitrary string value with no semantic meaning. Will be included in the
- # payload verbatim. May be used to track mutations by the client.
- : String
- # The one or many `ServerAction` to be deleted. You must provide the PK values!
- : [ServerActionPatch!]
- }