Basket (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| items - [BasketItem!] | |
| promoErrorMessage - String | |
| renewalType - PlanRenewalType! | |
| total - Price | 
type Basket {
  items: [BasketItem!]
  promoErrorMessage: String
  renewalType: PlanRenewalType!
  total: Price
}