Skip to main content

BasketItem (Object)

Description

No description



Fields

NameDescription
note - String
promoCodeItem - Boolean
title - String!
value - Price!

type BasketItem {
note: String
promoCodeItem: Boolean
title: String!
value: Price!
}