OBJECT

SubscriptionCommunityGifting

An Offer for purchasing community gift subscriptions with associated metadata about the Offer. Composes the "model" (Offer) with the "view" metadata about the offer.

link GraphQL Schema definition

1type SubscriptionCommunityGifting {
2
3# The image assets for this offer.
4assets: SubscriptionCommunityGiftingAssets!
5
6# The Offer document for this Community Gift offer.
7offer: Offer
8
9# The default number of subscriptions that this offer is offering.
10quantity: Int!
11
12# The type of this community gifting offer.
13type: SubscriptionCommunityGiftingType!
14
15}