StockInput
No description
input StockInput {
warehouse: ID!
quantity: Int!
}
Fields
StockInput.warehouse
● ID!
non-null scalar miscellaneous
Warehouse in which stock is located.
StockInput.quantity
● Int!
non-null scalar miscellaneous
Quantity of items available for sell.
Member Of
ProductVariantBulkCreateInput
input ● ProductVariantCreateInput
input ● productVariantStocksCreate
mutation ● productVariantStocksUpdate
mutation ● ProductVariantStocksUpdateInput
input