Alokai

CartCreated

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

Referenced Types

On this page