OBJECT

RejectSquadStreamOutOfNetworkInvitationsError

RejectSquadStreamOutOfNetworkInvitationsError is the error associated with a rejectSquadStreamOutOfNetworkInvitations.

link GraphQL Schema definition

1type RejectSquadStreamOutOfNetworkInvitationsError {
2
3# The associated error code.
4code: RejectSquadStreamOutOfNetworkInvitationsErrorCode!
5
6}