CartCreated
type CartCreated = MessagePayload & {
__typename?: 'CartCreated';
totalPrice: Money;
lineItemCount: Scalars['Int'];
discountCodesRefs: Array<Reference>;
type: Scalars['String'];
};type CartCreated = MessagePayload & {
__typename?: 'CartCreated';
totalPrice: Money;
lineItemCount: Scalars['Int'];
discountCodesRefs: Array<Reference>;
type: Scalars['String'];
};