ENUM

LiveInterviewStatus

Possible status of live interviews.

link GraphQL Schema definition

1enum LiveInterviewStatus {
2
3pending
4
5active
6
7over
8
9deleted
10}