OBJECT

SubscriptionCommunityGiftingAssets

Groups image assets related to the community gifting Offer.

link GraphQL Schema definition

1type SubscriptionCommunityGiftingAssets {
2
3# The link to the 1x pixel density image asset for this community gifting offer.
4imageURL1x: String!
5
6# The link to the 2x pixel density image asset for this community gifting offer.
7imageURL2x: String!
8
9# The link to the 3x pixel density image asset for this community gifting offer.
10imageURL3x: String!
11
12# The link to the 4x pixel density image asset for this community gifting offer.
13imageURL4x: String!
14
15}