Skip to main content

UncancelSupplyShipmentsInput

Autogenerated input type of UncancelSupplyShipments

input UncancelSupplyShipmentsInput {
clientMutationId: String
shipmentIds: [ID!]!
}

Fields

UncancelSupplyShipmentsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

UncancelSupplyShipmentsInput.shipmentIds ● [ID!]! non-null scalar common

List of Supply Shipment IDs to be uncanceled

Member Of

supplyUncancelShipments mutation