OBJECT

CreatorGifting

The container for creator gifts the creator has. This will be null if the creator does not have this feature enabled.

link GraphQL Schema definition

1type CreatorGifting {
2
3# The identifier for the creator gifting type. This is the user's ID.
4id: ID!
5
6# The balance of gift subscriptions the creator has to give. These subscriptions
7# do not pay out to the creator.
8subscriptionsBalance: Int
9
10}