CampaignPriceType
No description
type CampaignPriceType {
quantity: Int!
discount: Decimal!
discountPercentage: Decimal!
price: PriceType
}
Fields
CampaignPriceType.quantity ● Int! non-null scalar
CampaignPriceType.discount ● Decimal! non-null scalar
CampaignPriceType.discountPercentage ● Decimal! non-null scalar
CampaignPriceType.price ● PriceType object
Member Of
CampaignType object