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 ProductSizeInput! : 10 11 Int! : 12 13 MonetaryValueInput : 14 15 CustomsType : 16 17 Float : 18 }