OBJECT
DashboardActivityFeedActivityCommunitySubscriptionGifting
When a user gifts subscriptions to a community for a channel.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityCommunitySubscriptionGifting implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # Total subscriptions gifted by the gifter. 7 : Int! 8 9 # Total number of months the gifted subscription lasts for. 10 : Int! 11 12 # Subscription purchaser & gifter. 13 : User 14 15 # Unique identifier for this gifting action. 16 : ID! 17 18 # Whether the subscription gifting was anonymized to other users. 19 # If true, then `gifter` is guaranteed to be null. 20 : Boolean! 21 22 # Users who received the gift. 23 # Maximum count is currently 100. 24 : [User!] @deprecated( reason: "Use giftQuantity for total subscriptions" ) 25 26 # The gifted subscription's tier. 27 : SubscriptionTier! 28 29 # When the subscriptions were gifted. 30 : Time! 31 32 }
link Required by
This element is not required by anyone