INPUT_OBJECT
AccountDiscountsInput
link GraphQL Schema definition
1 input AccountDiscountsInput { 2 3 : GeneralAccountDiscountInput 4 5 : [DeliveryWindowAccountDiscountInput!] 6 7 # Exactly one input field should be provided 8 : [DeliveryWindowInput!] 9 }