CollectionChannelListingUpdate Object
Manage collection's availability in channels.
type CollectionChannelListingUpdate {
collection: Collection
collectionChannelListingErrors: [CollectionChannelListingError!]! @deprecated
errors: [CollectionChannelListingError!]!
}
Fields
collection ● Collection
An updated collection instance.
errors ● [CollectionChannelListingError!]!
Show deprecated
Returned By
collectionChannelListingUpdate mutation