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