ENUM

CollaboratorStatus

link GraphQL Schema definition

1enum CollaboratorStatus {
2
3active
4
5rejected
6
7revoked
8}