CollectionChannelListingUpdateInput Input Type
No description
input CollectionChannelListingUpdateInput {
addChannels: [PublishableChannelListingInput!]
removeChannels: [ID!]
}
Fields
addChannels ● [PublishableChannelListingInput!]
List of channels to which the collection should be assigned.
removeChannels ● [ID!]
List of channels from which the collection should be unassigned.
Member Of
collectionChannelListingUpdate mutation