OBJECT
PurchaseOrderDelivery
link GraphQL Schema definition
1 type PurchaseOrderDelivery { 2 Int! : 3 4 String! : 5 6 PurchaseOrderDeliveryStatus! : 7 8 # Arguments 9 # format: ISO-8601 10 String = "Y-m-d\\TH:i:sO"): DateTimeTz! ( : 11 12 # The date when this delivery is/was supposed to leave the factory 13 # 14 # Arguments 15 # format: ISO-8601 16 String = "Y-m-d\\TH:i:sO"): DateTimeTz ( : 17 18 # Estimated time of arrival 19 # 20 # Arguments 21 # format: ISO-8601 22 String = "Y-m-d\\TH:i:sO"): DateTimeTz ( : 23 24 String : 25 26 MonetaryValue! : 27 28 MonetaryValue! : 29 30 PurchaseOrderDeliveryCostDistribution! : 31 32 Boolean! : 33 34 # Required permission: AdminUser:read 35 AdminUser : 36 37 # Required permission: none 38 Currency! : 39 40 # Required permission: none 41 # 42 # All elements are always returned 43 PurchaseOrderDeliveryLine!]! : [ 44 45 # Required permission: Supplier:read 46 Supplier! : 47 48 # Required permission: PurchaseOrder:read 49 PurchaseOrder! : 50 51 # Required permission: Warehouse:read 52 Warehouse : 53 54 # Required permission: StockChange:read 55 StockChange : 56 57 }
link Required by
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- ProductSize
- ProductVariant
- ProductVariantSupply
- PurchaseOrder
- PurchaseOrderDeliveryAcceptPayload
- PurchaseOrderDeliveryCreatePayload
- PurchaseOrderDeliveryEdge
- Query The main queries are here, click to expand
- Supplier