ENUM
UserRole
The role of a user within an Organization/Label
link GraphQL Schema definition
- enum UserRole {
- # An Organization must have exactly one user with owner role
- # An Organization may have zero-to-many users with admin role
- # An Organization may have zero-to-many users with user role
- }