OBJECT
LiveInterview
A live interview is a data of live interview with the Application ID
link GraphQL Schema definition
- type LiveInterview {
- # The id of the live interview
- : Int
- # The hash of the live interview
- : String
- # The start date of the live interview
- : String
- # The timezone of the live interview. Default is 'Europe/Rome'
- : String
- # The application of the live interview
- : Application
- # The sender of the live interview
- : User
- # The url that the sender can access to the live interview
- : String
- # The url that the applicant can access to the live interview
- : String
- }