Skip to main content

DeleteTransitionValidationInput

Autogenerated input type of DeleteTransitionValidation

input DeleteTransitionValidationInput {
clientMutationId: String
fulfillmentProfileId: ID!
id: ID!
}

Fields

DeleteTransitionValidationInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

DeleteTransitionValidationInput.fulfillmentProfileId ● ID! non-null scalar common

The ID of the fulfillment profile this rule belongs to.

DeleteTransitionValidationInput.id ● ID! non-null scalar common

ID of the transition validation to delete.

Member Of

deleteTransitionValidation mutation