All Release Notes

Added Message for changes on distribution channels on Stores

14 July 2022
Enhancement
StoresMessages/SubscriptionsGraphQL

You can now subscribe to Messages about additions, removals, or overwrites of product distribution Channels on Stores.

Changes:

The following changes were introduced in terms of GraphQL SDL:

type StoreDistributionChannelsChanged implements MessagePayload {
addedDistributionChannels: [Channel!]!
removedDistributionChannels: [Channel!]
addedDistributionChannelsRef: [Reference!]!
removedDistributionChannelsRef: [Reference!]!
type: String!
}