AccountTopPromotion
No description
type AccountTopPromotion {
uuid: String!
name: String!
promotionType: PromotionType!
redemptions: Int!
trend: [AccountSeriesPoint!]!
href: String!
}
Fields
AccountTopPromotion.uuid ● String! non-null scalar
AccountTopPromotion.name ● String! non-null scalar
AccountTopPromotion.promotionType ● PromotionType! non-null enum
AccountTopPromotion.redemptions ● Int! non-null scalar
AccountTopPromotion.trend ● [AccountSeriesPoint!]! non-null object
AccountTopPromotion.href ● String! non-null scalar
Member Of
AccountOverview object