INPUT_OBJECT

StockSetInput

link GraphQL Schema definition

1input StockSetInput {
2
3warehouse: WarehouseInput!
4
5description: String!
6
7productVariants: [ProductVariantStockSetInput!]!
8
9stockQuantityType: StockQuantityType!
10}

link Required by