ENUM
OrgRegistrationStatus
link GraphQL Schema definition
1 enum OrgRegistrationStatus { 2 3 # Registration is open to anyone. 4 5 6 # Registration is restricted to certain allowed domains. 7 8 }
ENUM
1 enum OrgRegistrationStatus { 2 3 # Registration is open to anyone. 4 5 6 # Registration is restricted to certain allowed domains. 7 8 }