INPUT_OBJECT

StockPolicyActionInput

link GraphQL Schema definition

1input StockPolicyActionInput {
2
3removeItemsFromStock: Boolean
4
5# Exactly one input field should be provided
6sendItemsToDifferentWarehouse: WarehouseInput
7
8releaseItemsBackToWarehouse: Boolean
9}