Skip to main content
Version: 3.x

CollectionChannelListingUpdateInput

No description

input CollectionChannelListingUpdateInput {
addChannels: [PublishableChannelListingInput!]
removeChannels: [ID!]
}

Fields

CollectionChannelListingUpdateInput.addChannels ● [PublishableChannelListingInput!] list input

List of channels to which the collection should be assigned.

CollectionChannelListingUpdateInput.removeChannels ● [ID!] list scalar

List of channels from which the collection should be unassigned.

Member of

collectionChannelListingUpdate mutation


Was this page helpful?