INPUT_OBJECT

AddStreamAuthorizedUserInput

AddStreamAuthorizedUserInput contains the channelID for the broadcaster and the authorized userID.

link GraphQL Schema definition

1input AddStreamAuthorizedUserInput {
5
2# authorizedUserID for an authorized user who is allow to stream on behalf of
3# broadcaster.
4authorizedUserID: ID!
8
6# channelID of the broadcaster.
7channelID: ID!
9}