ENUM

SubscriptionCommunityGiftingType

Describes the type of community gifting Offer that is being resolved.

link GraphQL Schema definition

1enum SubscriptionCommunityGiftingType {
2
3# An unknown gifting type.
4UNKNOWN
5
6# A preset bundle of fixed-quantity community gift subscriptions.
7BUNDLE
8
9# An offer that allows the user to choose how many gift subscriptions they would
10# like to purchase.
11CUSTOM
12}