CustomerGets
No description
type CustomerGets {
quantity: Int
percentage: Float!
itemsType: DiscountItemsType!
items: CustomerGetsItems!
}
Fields
CustomerGets.quantity ● Int scalar
CustomerGets.percentage ● Float! non-null scalar
CustomerGets.itemsType ● DiscountItemsType! non-null enum
CustomerGets.items ● CustomerGetsItems! non-null object
Member Of
BuyXGetYDiscount object