RevertShipmentInput
Autogenerated input type of RevertShipment
input RevertShipmentInput {
clientMutationId: String
shipmentId: ID!
}
Fields
RevertShipmentInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
RevertShipmentInput.shipmentId ● ID! non-null scalar
The ID of the shipment to be reverted
Member Of
supplyRevertShipment mutation