INPUT_OBJECT
PurchaseOrderDeliveryLinkedLineCreateInput
link GraphQL Schema definition
1 input PurchaseOrderDeliveryLinkedLineCreateInput { 2 3 # Exactly one input field should be provided 4 OrderLineInput! : 5 6 # Exactly one input field should be provided 7 ProductVariantInput! : 8 9 # Only product size ID is supported here 10 # 11 # Exactly one input field should be provided 12 ProductSizeInput! : 13 14 Int! : 15 16 MonetaryValueInput : 17 18 CustomsType : 19 20 Float : 21 }