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
  • id: Int
  • # The hash of the live interview
  • hash: String
  • # The start date of the live interview
  • date: String
  • # The timezone of the live interview. Default is 'Europe/Rome'
  • time_zone: String
  • # The application of the live interview
  • application: Application
  • # The sender of the live interview
  • sender: User
  • # The url that the sender can access to the live interview
  • sender_url: String
  • # The url that the applicant can access to the live interview
  • application_url: String
  • }

link Require by