ProductPublished
type ProductPublished = MessagePayload & {
__typename?: 'ProductPublished';
productProjection: ProductProjectionMessagePayload;
removedImageUrls: Array<Scalars['String']>;
scope: PublishScope;
type: Scalars['String'];
};type ProductPublished = MessagePayload & {
__typename?: 'ProductPublished';
productProjection: ProductProjectionMessagePayload;
removedImageUrls: Array<Scalars['String']>;
scope: PublishScope;
type: Scalars['String'];
};