ENUM

SquadStreamInvitationNetworkType

Describes the network type of a squad stream invitation.

link GraphQL Schema definition

1enum SquadStreamInvitationNetworkType {
2
3# The invitation is from within the recipient's network (friends, teammates and
4# followed channels).
5IN_NETWORK
6
7# The invitation is from outside of the recipient's network.
8OUT_OF_NETWORK
9}