INPUT_OBJECT
VoucherCreateInput
link GraphQL Schema definition
1 input VoucherCreateInput { 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 DynamicAttributeAssignInput!] : [ 39 40 StoreInput! : 41 42 # Exactly one input field should be provided 43 MarketInput!] : [ 44 45 VoucherActionOnVoucherCreateInput!] : [ 46 47 # Assign an external ID to reference this object by it later 48 String : 49 }