OBJECT

BitsProductPromotion

Promotional information about bits products.

link GraphQL Schema definition

1type BitsProductPromotion {
2
3# The unique ID of the bits product promo.
4id: ID!
5
6# The localized title of the promo product.
7title: String!
8
9# The type of promotion the product is associated with. This type is not
10# enumerable since it is very dynamic.
11type: String!
12
13}