INPUT_OBJECT
VoucherUpdateInput
link GraphQL Schema definition
1 input VoucherUpdateInput { 2 3 String : 4 5 Status : 6 7 DateTimeTz : 8 9 DateTimeTz : 10 11 VoucherMethod : 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 VoucherType : 29 30 VoucherEntryPointStrategy : 31 32 String : 33 34 # Required permission: Voucher.attributes:write 35 MappedAttributeAssignInput!] : [ 36 37 # Required permission: Voucher.attributes:write 38 MappedAttributeUnassignInput!] : [ 39 40 # Required permission: Voucher.attributes:write 41 DynamicAttributeAssignInput!] : [ 42 43 # Required permission: Voucher.attributes:write 44 DynamicAttributeUnassignInput!] : [ 45 46 # Exactly one input field should be provided 47 MarketInput!] : [ 48 49 # Exactly one input field should be provided 50 MarketInput!] : [ 51 52 # Assign an external ID to reference this object by it later 53 String : 54 }