INPUT_OBJECT

mnDeleteDeploymentByIdInput

All input for the delete mnDeleteDeploymentById mutation.

link GraphQL Schema definition

  • input mnDeleteDeploymentByIdInput {
  • # An arbitrary string value with no semantic meaning. Will be included in the
  • # payload verbatim. May be used to track mutations by the client.
  • clientMutationId: String
  • # The one or many `Deployment` to be deleted. You must provide the PK values!
  • mnDeploymentPatch: [DeploymentPatch!]
  • }