INPUT_OBJECT

EditInterviewTemplateInput

link GraphQL Schema definition

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

link Required by