INPUT_OBJECT

RejectSquadStreamOutOfNetworkInvitationsInput

Inputs to the rejectSquadStreamOutOfNetworkInvitations mutation.

link GraphQL Schema definition

1input RejectSquadStreamOutOfNetworkInvitationsInput {
4
2# ID of the user whose out of network invitations will be rejected.
3recipientID: ID!
5}