AddInReceivingItemsInput
Autogenerated input type of AddInReceivingItems
input AddInReceivingItemsInput {
clientMutationId: String
items: [SupplyShipmentItemInput!]!
shipmentId: ID!
}
Fields
AddInReceivingItemsInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
AddInReceivingItemsInput.items ● [SupplyShipmentItemInput!]! non-null input
AddInReceivingItemsInput.shipmentId ● ID! non-null scalar
Member Of
supplyAddReceivingItems mutation