ENUM

CertificationStatus

link GraphQL Schema definition

1enum CertificationStatus {
2
3certified
4
5pending
6
7rejected
8}