INPUT_OBJECT

RedeemSubscriptionInput

RedeemSubscriptionInput creates a new subscription redemption input.

link GraphQL Schema definition

1input RedeemSubscriptionInput {
5
2# The channelID to which the user is currently subscribed to and is allowing to
3# redeem a subscription.
4fromChannelID: ID!
8
6# The channelID to which the user wants to redeem their subscription to.
7targetChannelID: ID!
11
9# The User who is trying to redeem the subscription.
10userID: ID!
12}