ProductCreated
type ProductCreated = MessagePayload & {
__typename?: 'ProductCreated';
productProjection: ProductProjectionMessagePayload;
type: Scalars['String'];
};type ProductCreated = MessagePayload & {
__typename?: 'ProductCreated';
productProjection: ProductProjectionMessagePayload;
type: Scalars['String'];
};