ENUM

TeamPrivacy

The possible team privacy values.

link GraphQL Schema definition

1enum TeamPrivacy {
2
3# A secret team can only be seen by its members.
4SECRET
5
6# A visible team can be seen and @mentioned by every member of the organization.
7VISIBLE
8}