My collection is available in 6 sales channels (refer attached screenshot) then I perform collection update using GraphQL mutation (collectionUpdate) which does nothing other than just updating description of the collection. After this, my collection is only available in 2 out of the 6 sales channels. Confused why and how to fix this.
{
"query": "mutation collectionUpdate($input: CollectionInput!) {collectionUpdate(input: $input) {collection {id}userErrors {fieldmessage}}}",
"variables": {
"input": {
"descriptionHtml": "description - new",
"id": "gid://shopify/Collection/<

