ENUM

VerificationStatus

link GraphQL Schema definition

1enum VerificationStatus {
2
3pending
4
5verified
6
7notVerified
8}