INPUT_OBJECT
EditInterviewTemplateInput
link GraphQL Schema definition
1 input EditInterviewTemplateInput { 4 2 # Name of the template. 3 : String 7 5 # The team that the template is associated with 6 : ID 10 8 # List of the Question IDs. 9 : [ID!] 13 11 # Recommended Level & Overall Evaluation settings of the feedback field. 12 : FeedbackSettingsInput 16 14 # Question ids with the their scores. 15 : [TaskCustomScoreInput!] 20 17 # Default interview expiration time for this template. Select between 1 and 336 18 # hours inclusive. 19 : Int 21 }