INPUT_OBJECT
DirectToConsumerOrderUpdateInput
link GraphQL Schema definition
1 input DirectToConsumerOrderUpdateInput { 2 3 OrderShippingAddressUpdateInput : 4 5 OrderBillingAddressUpdateInput : 6 7 OrderLineCreateInput!] : [ 8 9 OrderDiscountSetInput : 10 11 OrderLineCancelInput!] : [ 12 13 # Will show up in order history 14 String : 15 16 Boolean : 17 18 Boolean : 19 20 String : 21 22 # Exactly one input field should be provided 23 CustomerInput : 24 25 CustomerInfoInput : 26 }