ENUM
TeamPrivacy
The possible team privacy values.
link GraphQL Schema definition
1 enum TeamPrivacy { 2 3 # A secret team can only be seen by its members. 4 5 6 # A visible team can be seen and @mentioned by every member of the organization. 7 8 }