INPUT_OBJECT
LiveInterviewInput
link GraphQL Schema definition
1 input LiveInterviewInput { 4 2 # The email address of the candidate. 3 String : 7 5 # The name of the candidate. 6 String : 10 8 # The unique ID of the team to assign the interview. 9 ID : 13 11 # The unique user ID of the interviewer to assign to the interview. 12 ID : 16 14 # The unique ID of the template to launch with the interview. 15 ID : 20 17 # Lock the template so that it cannot be changed during the interview. (Default: 18 # false) 19 Boolean : 24 21 # The interview expiration time in milliseconds, select between 1 and 336 hours 22 # inclusive 23 Int : 25 }