Skip to main content

SurveySettingsInput

No description

input SurveySettingsInput {
candidateMirror: Boolean
demographicSurvey: Boolean
candidateReports: Boolean
emailCandidateReminderOn: Boolean
emailCandidateReminderCount: Int
emailCandidateReminderHours: Int
pages: [SurveySettingsPageInput]
}

Fields

SurveySettingsInput.candidateMirror ● Boolean scalar

Enable candidate mirroring by default

SurveySettingsInput.demographicSurvey ● Boolean scalar

Enable demographic survey by default

SurveySettingsInput.candidateReports ● Boolean scalar

Enable candidate reports by default

SurveySettingsInput.emailCandidateReminderOn ● Boolean scalar

Enable email candidate reminder

SurveySettingsInput.emailCandidateReminderCount ● Int scalar

Number of reminder emails to send

SurveySettingsInput.emailCandidateReminderHours ● Int scalar

Hours between reminder emails

SurveySettingsInput.pages ● [SurveySettingsPageInput] list input

List of pages with language and use type

Member Of

SurveyCreateInput input ● SurveyDuplicateInput input ● SurveyUpdateInput input ● SurveyUpdateTreeInput input