INPUT_OBJECT
PurchaseOrderDeliveryCreateInput
link GraphQL Schema definition
1 input PurchaseOrderDeliveryCreateInput { 2 3 PurchaseOrderInput! : 4 5 Date : 6 7 # Ex Factory date, which is when the goods leave the factory 8 DateTimeTz : 9 10 # Exactly one input field should be provided 11 WarehouseInput : 12 13 MonetaryValueInput : 14 15 MonetaryValueInput : 16 17 ShippingDistributionMethod! : 18 19 # Centra user with Supplier Module access rights 20 AdminUserInput! : 21 22 PurchaseOrderDeliveryUnlinkedLineCreateInput!] : [ 23 24 PurchaseOrderDeliveryLinkedLineCreateInput!] : [ 25 }