ENUM

RejectSquadStreamOutOfNetworkInvitationsErrorCode

RejectSquadStreamOutOfNetworkInvitationsErrorCode are the possible errors that this mutation returns.

link GraphQL Schema definition

1enum RejectSquadStreamOutOfNetworkInvitationsErrorCode {
2
3# The user is not authorized to reject invitations on behalf of the recipient.
4UNAUTHORIZED
5}