Skip to main content

AddInReceivingItemsInput

Autogenerated input type of AddInReceivingItems

input AddInReceivingItemsInput {
clientMutationId: String
items: [SupplyShipmentItemInput!]!
shipmentId: ID!
}

Fields

AddInReceivingItemsInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

AddInReceivingItemsInput.items ● [SupplyShipmentItemInput!]! non-null input shipments

AddInReceivingItemsInput.shipmentId ● ID! non-null scalar common

Member Of

supplyAddReceivingItems mutation