INPUT_OBJECT

StockSetInput

link GraphQL Schema definition

1input StockSetInput {
2
3# Exactly one input field should be provided
4warehouse: WarehouseInput!
5
6description: String!
7
8productVariants: [ProductVariantStockSetInput!]!
9
10stockQuantityType: StockQuantityType!
11}

link Required by