ENUM

TeamRole

The role of a user on a team.

link GraphQL Schema definition

  • enum TeamRole {
  • # User has admin rights on the team.
  • ADMIN
  • # User is a member of the team.
  • MEMBER
  • }