INPUT_OBJECT

LiveInterviewInput

link GraphQL Schema definition

1input LiveInterviewInput {
4
2# The email address of the candidate.
3candidateEmail: String
7
5# The name of the candidate.
6candidateName: String
11
8# The interview expiration time in milliseconds, select between 1 and 336 hours
9# inclusive
10expirationTime: Int
12}

link Required by