INPUT_OBJECT
StockPolicyActionInput
link GraphQL Schema definition
1 input StockPolicyActionInput { 2 3 : Boolean 4 5 #   Exactly one input field should be provided 6 : WarehouseInput 7 8 : Boolean 9 } 
INPUT_OBJECT
1 input StockPolicyActionInput { 2 3 : Boolean 4 5 #   Exactly one input field should be provided 6 : WarehouseInput 7 8 : Boolean 9 }