ENUM

SubscriptionGiftType

The different types of subscription gifting.

link GraphQL Schema definition

1enum SubscriptionGiftType {
2
3# Unknown or no gift type.
4NONE
5
6# Standard gifts are gifts to a specific user given by a user.
7STANDARD
8
9# Community gifts are one or more gifts given to one or more users by a user.
10COMMUNITY
11}