INPUT_OBJECT
PurchaseOrderDeliveryUnlinkedLineCreateInput
link GraphQL Schema definition
1 input PurchaseOrderDeliveryUnlinkedLineCreateInput { 2 3 # Exactly one input field should be provided 4 ProductVariantInput! : 5 6 ProductSizeInput! : 7 8 Int! : 9 10 MonetaryValueInput : 11 12 CustomsType : 13 14 Float : 15 }