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