ENUM

IncomingRaidsPolicy

Determines what other channels can raid this channel.

link GraphQL Schema definition

1enum IncomingRaidsPolicy {
2
3# This user cannot be radied by anyone.
4NONE
5
6# This user can be raided by other people in their network.
7NETWORK
8
9# This user can be raided by anyone.
10ALL
11}