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
10
8# The unique ID of the team to assign the interview.
9teamId: ID
13
11# The unique user ID of the interviewer to assign to the interview.
12interviewerId: ID
16
14# The unique ID of the template to launch with the interview.
15templateId: ID
20
17# Lock the template so that it cannot be changed during the interview. (Default:
18# false)
19lockTemplate: Boolean
24
21# The interview expiration time in milliseconds, select between 1 and 336 hours
22# inclusive
23expirationTime: Int
25}

link Required by