INPUT_OBJECT
OrderLineCreateInput
link GraphQL Schema definition
1 input OrderLineCreateInput { 2 3 DisplayInput! : 4 5 # Exactly one input field should be provided 6 ProductSizeInput! : 7 8 Int! : 9 10 DiscountValueInput : 11 12 String : 13 14 # If set, it holds the absolute url where this item can be seen 15 String : 16 17 # Original price taken from the pricelist, might include or exclude taxes depending on the param 18 MonetaryValueInput : 19 20 MonetaryValueInput! : 21 22 Float : 23 24 Float : 25 26 CategoryInput : 27 28 TaxGroupInput : 29 30 # Exactly one input field should be provided 31 DeliveryWindowInput : 32 }