INPUT_OBJECT
DiscountUpdateInput
link GraphQL Schema definition
1 input DiscountUpdateInput { 2 3 String : 4 5 Status : 6 7 String : 8 9 String : 10 11 DiscountMethod : 12 13 # Accepted only for CODE method. If not provided, will be auto-generated. 14 String : 15 16 # Required only for URL method. 17 String : 18 19 Int : 20 21 # Pass 0 to mark as unlimited, greater than 0 otherwise 22 Int : 23 24 Boolean : 25 26 Boolean : 27 28 DiscountType : 29 30 DiscountEntryPointStrategy : 31 32 String : 33 34 MarketInput!] : [ 35 36 MarketInput!] : [ 37 }