INPUT_OBJECT

SpendSubscriptionCreditInput

Input requires the broadcaster to be payed and user to deduct credit.

link GraphQL Schema definition

1input SpendSubscriptionCreditInput {
4
2# The user id of streamer being subscribed to.
3broadcasterID: String!
7
5# Twitch user ID.
6userID: ID!
8}