ENUM

TeamPrivacy

The possible team privacy values.

link GraphQL Schema definition

  • enum TeamPrivacy {
  • # A secret team can only be seen by its members.
  • SECRET
  • # A visible team can be seen and @mentioned by every member of the organization.
  • VISIBLE
  • }