INPUT_OBJECT

CreateSquadStreamInvitationInput

Inputs to the createSquadStreamInvitation mutation.

link GraphQL Schema definition

1input CreateSquadStreamInvitationInput {
4
2# The user ID of the broadcaster that should be invited to join the squad stream.
3recipientUserID: ID!
8
5# The user ID of the broadcaster that is sending the invitation to join the squad
6# stream.
7senderUserID: ID!
9}