VoucherChannelListingInput
No description
input VoucherChannelListingInput {
addChannels: [VoucherChannelListingAddInput!]
removeChannels: [ID!]
}
Fields
VoucherChannelListingInput.addChannels
● [VoucherChannelListingAddInput!]
list input discounts
List of channels to which the voucher should be assigned.
VoucherChannelListingInput.removeChannels
● [ID!]
list scalar miscellaneous
List of channels from which the voucher should be unassigned.
Member Of
voucherChannelListingUpdate
mutation