DiscoverablePromotion
A preview of a discoverable promotion
type DiscoverablePromotion {
uuid: String!
title: String!
discountType: String!
discountValue: Float!
endDate: Date
merchant: Merchant
}
Fields
DiscoverablePromotion.uuid ● String! non-null scalar
UUID of the promotion
DiscoverablePromotion.title ● String! non-null scalar
Title of the promotion
DiscoverablePromotion.discountType ● String! non-null scalar
Type of discount
DiscoverablePromotion.discountValue ● Float! non-null scalar
Value of the discount
DiscoverablePromotion.endDate ● Date scalar
End date of the promotion
DiscoverablePromotion.merchant ● Merchant object
Merchant of the promotion
Member Of
DiscoverableShop object