OBJECT
SubscriptionCommunityGiftingAssets
Groups image assets related to the community gifting Offer.
link GraphQL Schema definition
1 type SubscriptionCommunityGiftingAssets { 2 3 # The link to the 1x pixel density image asset for this community gifting offer. 4 : String! 5 6 # The link to the 2x pixel density image asset for this community gifting offer. 7 : String! 8 9 # The link to the 3x pixel density image asset for this community gifting offer. 10 : String! 11 12 # The link to the 4x pixel density image asset for this community gifting offer. 13 : String! 14 15 }