INPUT_OBJECT
RedeemSubscriptionInput
RedeemSubscriptionInput creates a new subscription redemption input.
link GraphQL Schema definition
1 input RedeemSubscriptionInput { 5 2 # The channelID to which the user is currently subscribed to and is allowing to 3 # redeem a subscription. 4 : ID! 8 6 # The channelID to which the user wants to redeem their subscription to. 7 : ID! 11 9 # The User who is trying to redeem the subscription. 10 : ID! 12 }