ProductDeleted
type ProductDeleted = MessagePayload & {
__typename?: 'ProductDeleted';
removedImageUrls: Scalars['Set'];
currentProjection?: Maybe<ProductProjectionMessagePayload>;
type: Scalars['String'];
};type ProductDeleted = MessagePayload & {
__typename?: 'ProductDeleted';
removedImageUrls: Scalars['Set'];
currentProjection?: Maybe<ProductProjectionMessagePayload>;
type: Scalars['String'];
};