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