Skip to main content

CancelSupplyShipmentsInput

Autogenerated input type of CancelSupplyShipments

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

Fields

CancelSupplyShipmentsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

List of Supply Shipment IDs to be canceled

Member Of

supplyCancelShipments mutation