ENUM

RegistrationStatus

link GraphQL Schema definition

1enum RegistrationStatus {
2
3GUEST
4
5REGISTEREDPERSON
6}