INPUT_OBJECT

RedeemCreatorGiftsInput

RedeeemCreatorGiftsInput the input for redeeming subscriptions from a creator's balance.

link GraphQL Schema definition

1input RedeemCreatorGiftsInput {
6
2# The amount of balance to redeem. This value must be greater than 0 and less than
3# the creator's
4# standing balance.
5amount: Int!
7}