Skip to main content

UpdateInventoryInput

No description

input UpdateInventoryInput {
quantity: Int
notes: String
nextDeliveryDate: String
costPrice: Float
}

Fields

UpdateInventoryInput.quantity ● Int scalar

Inventory quantity

UpdateInventoryInput.notes ● String scalar

Inventory note

UpdateInventoryInput.nextDeliveryDate ● String scalar

Inventory estimated next delivery date in ISO8601 format

UpdateInventoryInput.costPrice ● Float scalar

Inventory cost price

Member Of

inventoryUpdate mutation