OBJECT

BitsPromotion

link GraphQL Schema definition

1type BitsPromotion {
2
3# id indicates the particular promo that this offer is associated with.
4id: ID!
5
6# PromoType indicates the type of promo that the offer represents i.e First time
7# purchase, single purchase, etc...
8type: String!
9
10}