Skip to main content

DeleteSupplyShipmentsInput

Autogenerated input type of DeleteSupplyShipments

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

Fields

DeleteSupplyShipmentsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

List of Supply Shipment IDs to be deleted

Member Of

supplyDeleteShipments mutation