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