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