OBJECT

RedeemCreatorGiftsPayload

RedeemCreatorGiftsPayload the output of redeeming subscriptions from a creator's balance.

link GraphQL Schema definition

1type RedeemCreatorGiftsPayload {
2
3# The container for creator gifts the creator has.
4creatorGifting: CreatorGifting
5
6}