INPUT_OBJECT

PurchaseOrderDeliveryAcceptInput

link GraphQL Schema definition

1input PurchaseOrderDeliveryAcceptInput {
2
3adminUser: AdminUserInput!
4
5# Exactly one input field should be provided
6warehouse: WarehouseInput
7
8stockInsertType: WarehouseStockInsertType!
9}

link Required by