UncancelSupplyShipmentsInput
Autogenerated input type of UncancelSupplyShipments
input UncancelSupplyShipmentsInput {
clientMutationId: String
shipmentIds: [ID!]!
}
Fields
UncancelSupplyShipmentsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UncancelSupplyShipmentsInput.shipmentIds ● [ID!]! non-null scalar
List of Supply Shipment IDs to be uncanceled
Member Of
supplyUncancelShipments mutation